GNOME Bugzilla – Bug 653010
Scroll bar get out of sync if pasting big chunck of text in chat
Last modified: 2011-09-21 12:20:00 UTC
Hi, If I'm pasting a big chunk of text in the chat window, I get a huge white space after that text. This is annoying as when new text arrived I have to scroll up to actually see the text
Oh yeah I noticed that as well.
I guess you were using an Adium them right? I'm trying to reproduce this. So far the sending side is ok (no space) that's the receiving one which gets the big white space.
Created attachment 195846 [details] screenshot Here is a screenshot of the issue. According to my tests it only happens when we paste a big chunk of test finishing with 2 or 3 \n. According to the Webkit inspector, the HTML finishes at the end of the bubble, as expected.
Kov: if I understand things correctly the scrollbars are embedded in the Webkit view so I guess this is probably a Webkit bug, right?
Humm I updated to Webkit 1.5.2 and can't reproduce this any more; maybe it has been fixed?
Scrollbars are managed by GtkScrolledWindow, but the adjustments, and the actual painting are managed by WebKit. In webkitgtk 1.5.x the handling of the adjustments has been simplified and made more robust. If I'm not mistaken 1.4.3 will also contain that rework, because it improves things quite a bit. =)
Cool so that explained why I didn't manage to reproduce this bug after upgrading to 1.5.2 and why it worked fine for Xavier with 1.4.3 as well. :) Closing for now, feel free to re-open if you experience this bug with a recent version of WebKit.
*** Bug 659678 has been marked as a duplicate of this bug. ***