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 - SmoothScroll always off
Summary: SmoothScroll always off
Status: RESOLVED FIXED
Alias: None
Product: TDE
Classification: Unclassified
Component: tdebase (show other bugs)
Version: 3.5.13 [Trinity]
Hardware: Other Linux
: P5 normal
Assignee: Timothy Pearson
URL:
Depends on:
Blocks:
 
Reported: 2012-05-14 13:54 CDT by Roman Savochenko
Modified: 2012-10-19 15:27 CDT (History)
3 users (show)

See Also:
Compiler Version:
TDE Version String:
Application Version:
Application Name:


Attachments
SmoothScrolling fix patch (1.20 KB, patch)
2012-05-14 13:54 CDT, Roman Savochenko
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!