Bug 18857 - Static y position not always recomputed when line layout changes
Summary: Static y position not always recomputed when line layout changes
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-05-02 15:26 PDT by mitz
Modified: 2022-12-30 17:13 PST (History)
3 users (show)

See Also:


Attachments
Test case (418 bytes, text/html)
2008-05-02 15:26 PDT, mitz
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description mitz 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.
Comment 1 mitz 2008-05-02 15:26:39 PDT
Created attachment 20934 [details]
Test case
Comment 2 mitz 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.
Comment 3 Ahmad Saleem 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"?
Comment 4 mitz 2022-12-30 17:13:40 PST
Yes, thanks for testing.