RESOLVED CONFIGURATION CHANGED 18857
Static y position not always recomputed when line layout changes
https://bugs.webkit.org/show_bug.cgi?id=18857
Summary Static y position not always recomputed when line layout changes
mitz
Reported 2008-05-02 15:26:20 PDT
In the attached test case, the y position of the lower green box is not recomputed when the height of the upper green box changes.
Attachments
Test case (418 bytes, text/html)
2008-05-02 15:26 PDT, mitz
no flags
mitz
Comment 1 2008-05-02 15:26:39 PDT
Created attachment 20934 [details] Test case
mitz
Comment 2 2008-05-04 09:45:20 PDT
Because the positioned object is in the skipped white space before the beginning of a line, it doesn't get a line box, so it doesn't move with the line.
Ahmad Saleem
Comment 3 2022-12-30 13:39:42 PST
All browsers (STP160, Safari 16.2, Chrome Canary 111 and Firefox Nightly 110) are matching in the above testcase, I think over the time, we might have fixed it. Can we mark this as "RESOLVED CONFIGURATION CHANGED"?
mitz
Comment 4 2022-12-30 17:13:40 PST
Yes, thanks for testing.
Note You need to log in before you can comment on or make changes to this bug.