Patch attached.
Created attachment 27149 [details] Fix scrollbars mispositioning.
Created attachment 27313 [details] Second try
Alternatively you can remove the entire if () {} and always set the value. Currently we would call gtk_adjustment_changed twice...
(In reply to comment #3) > Alternatively you can remove the entire if () {} and always set the value. > Currently we would call gtk_adjustment_changed twice... > It's not the same function. One is gtk_adjustment_changed, and the other gtk_adjustment_VALUE_changed. The first is used when the adj parameters change, the second when the actual value changes.
M WebCore/ChangeLog M WebCore/platform/gtk/ScrollViewGtk.cpp r40742 = 1d0eb8fee689dbb9d11e2d5d68b75546957549f1 (git-svn)