[Webkit-unassigned] [Bug 10517] REGRESSION (r12065-r12082): Navigation graphic wraps to the next line on duart.com

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 29 23:09:58 PST 2007


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





------- Comment #7 from mitz at webkit.org  2007-01-29 23:09 PDT -------
I think that the first reduction is the real issue here: in quirks mode,
Firefox and Opera don't allow breaks between images in table cells and they
grow the cell. WebKit does not have that quirk. The only reason the regressions
happened is that in those cases the overflow was 1px and prior to the bugfix in
r12073, the calculation was off by 1 (so the overflow went unnoticed, the line
break didn't happen but the cell didn't grow either).


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