| Summary: | SmoothScroll always off | ||
|---|---|---|---|
| Product: | TDE | Reporter: | Roman Savochenko <rom_as> |
| Component: | tdebase | Assignee: | Timothy Pearson <kb9vqf> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | bugwatch, darrella, slavek.banko |
| Priority: | P5 | ||
| Version: | 3.5.13 [Trinity] | ||
| Hardware: | Other | ||
| OS: | Linux | ||
| Compiler Version: | TDE Version String: | ||
| Application Version: | Application Name: | ||
| Attachments: | SmoothScrolling fix patch | ||
So this patch separates Konqueror's filebrowser smooth scrolling from Konqueror's HTML smooth scrolling? (In reply to comment #1) > So this patch separates Konqueror's filebrowser smooth scrolling from > Konqueror's HTML smooth scrolling? This patch made equal configure variable "SmoothScrolling", which used only into Konqueror HTML-browser (kdebase) configuring and into khtmlview.cpp kscrollview.cpp applying (kdelibs). And real SmoothScrolling work into khtmlview.cpp. Where used kscrollview.cpp I do not know and for Konqueror FileBrowser that do not work. I think I understand, after having looked around in the source for the setting. Committed to GIT in hash b45b4bd. Thanks for reporting, and for the patch! |
Created attachment 622 [details] SmoothScrolling fix patch SmoothScroll for Konqueror always off by different instead used variable "SmoothScrolling" into kdelibs and configure variable "SmoothScroll" into kdebase. Patch included!