Bug 112785 - [CSS Regions] In varying width regions float fragments are positioned relative to the first region only
Summary: [CSS Regions] In varying width regions float fragments are positioned relativ...
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: AdobeTracked
Depends on:
Blocks: 124706
  Show dependency treegraph
 
Reported: 2013-03-20 02:49 PDT by Mihai Balan
Modified: 2022-07-12 17:17 PDT (History)
3 users (show)

See Also:


Attachments
Ref-test highlighting the problem (2.86 KB, application/x-zip-compressed)
2013-03-20 02:51 PDT, Mihai Balan
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mihai Balan 2013-03-20 02:49:03 PDT
Float fragments should be positioned leftmost/rightmost in each fragmentainer (region).

Currently, the position for the float fragments seems to be based solely on the first region. (e.g. outside the second region if the first region is wider than the second one, or in the middle of the second region if the second region is wider than the first one).

See attached ref-test for a visual example.
Comment 1 Mihai Balan 2013-03-20 02:51:27 PDT
Created attachment 194008 [details]
Ref-test highlighting the problem
Comment 2 Michelangelo De Simone 2013-06-13 11:10:12 PDT
Still repros on today's nightly (r151543)
Comment 3 Brent Fulgham 2022-07-12 17:17:09 PDT
CSS Regions were removed in Bug 174978.