RESOLVED FIXED Bug 14693
document.width/height doesn't force layout
https://bugs.webkit.org/show_bug.cgi?id=14693
Summary document.width/height doesn't force layout
Matt Lilek
Reported 2007-07-20 11:22:41 PDT
The menu code at <http://jjc.edu/> calculates its positioning based on document.width, which is returning 0 by the time the position is calculated. However, this doesn't happen all the time. For me, if I load the URL in the address bar and hit enter, I can reproduce the bug consistently. If I click the reload button in the toolbar though, it works properly. The attached testcase shows the bug either way, but if I add in an alert(), it works OK after it is dismissed.
Attachments
Reduction (927 bytes, text/html)
2007-07-20 11:23 PDT, Matt Lilek
no flags
patch (3.90 KB, patch)
2007-09-04 21:45 PDT, Sam Weinig
mjs: review+
Matt Lilek
Comment 1 2007-07-20 11:23:02 PDT
Created attachment 15604 [details] Reduction
Matt Lilek
Comment 2 2007-07-20 17:37:41 PDT
Should mention this happens with Safari 2 up to ToT.
Dave Hyatt
Comment 3 2007-07-20 17:42:39 PDT
Sounds easy to fix. Just need to add an updateLayoutIgnoringPendingStylesheets.
mitz
Comment 4 2007-09-03 23:28:35 PDT
*** Bug 15137 has been marked as a duplicate of this bug. ***
Sam Weinig
Comment 5 2007-09-04 21:45:25 PDT
Maciej Stachowiak
Comment 6 2007-09-13 19:38:46 PDT
Comment on attachment 16202 [details] patch r=me
Mark Rowe (bdash)
Comment 7 2007-09-13 19:40:45 PDT
Sam Weinig
Comment 8 2007-09-16 17:17:27 PDT
Landed in r25591.
Note You need to log in before you can comment on or make changes to this bug.