By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 1001

Summary: SmoothScroll always off
Product: TDE Reporter: Roman Savochenko <rom_as>
Component: tdebaseAssignee: 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

Description Roman Savochenko 2012-05-14 13:54:03 CDT
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!
Comment 1 Timothy Pearson 2012-05-14 14:56:12 CDT
So this patch separates Konqueror's filebrowser smooth scrolling from Konqueror's HTML smooth scrolling?
Comment 2 Roman Savochenko 2012-05-15 00:31:06 CDT
(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.
Comment 3 Timothy Pearson 2012-05-15 01:37:07 CDT
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!