[Webkit-unassigned] [Bug 14091] Webkit 522.11 breaks Yahoo Messenger 3.0b1's Scrollbar behavior

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 26 00:47:07 PDT 2007


http://bugs.webkit.org/show_bug.cgi?id=14091





------- Comment #2 from mysticalos at windstream.net  2007-06-26 00:47 PDT -------
A workaround was made on forums to simply fix the bug in the java file inside
app so it works right with webkit 522+

You can fix the scrolling bug in Yahoo Messenger 3.0 beta 1 by editing Yahoo!
Messenger.app/Contents/Resources/Default.ymStyle/main.js. 

Change the line that says: 
body.scrollTop = body.scrollHeight - document.clientHeight; 

to: 

body.scrollTop = body.scrollHeight;


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list