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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 23 16:45:15 PDT 2007


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





------- Comment #9 from madhu.mukund at wipro.com  2007-03-23 16:45 PDT -------
I have got the reason for this isuue in Webkit. It is while calculating thr
right most position in RenderBolck
(RenderBlock::rightmostPosition) for positined objects. Here the overflow clip
is not considered and the check is done only for the objects having
position:Fixed.  There is a comment in code like :-

 " Fixed positioned objects do not scroll and thus should not constitute part
of the rightmost position" (?).

I think overflow:hidden is to be considered here. When I give check with
hasOverflowClip() function, it will ignore that object also while calculationg
width and right most position. I think it is a valid fix for the issue.

Regards

Madhu


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