[Webkit-unassigned] [Bug 11926] <div> tag causes the horizontal scrollbars display

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 26 18:28:22 PDT 2007


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





------- Comment #10 from madhu.mukund at wipro.com  2007-03-26 18:28 PDT -------
Created an attachment (id=13823)
 --> (http://bugs.webkit.org/attachment.cgi?id=13823&action=view)
patch for this issue

I am submitting the patch for this issue. The scroll bars are getting displayed
because of  wrong width calculation. For calculating the width, the right most
position is used. But it is not considering the overflow clip, while checking
for rightmost position.

The patch has a layout test case. This patch is not creating any failures in
the existing layout tests. 


-- 
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