Bug 128800 - [CSSRegions] Compute region ranges for inline replaced elements
Summary: [CSSRegions] Compute region ranges for inline replaced elements
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Mihnea Ovidenie
URL:
Keywords:
: 128895 (view as bug list)
Depends on:
Blocks: 57312
  Show dependency treegraph
 
Reported: 2014-02-13 23:57 PST by Mihnea Ovidenie
Modified: 2014-03-18 07:03 PDT (History)
6 users (show)

See Also:


Attachments
WIP1 (8.61 KB, patch)
2014-02-16 20:15 PST, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff
Patch (10.89 KB, patch)
2014-02-17 08:53 PST, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff
Patch for landing (11.61 KB, patch)
2014-02-18 06:28 PST, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihnea Ovidenie 2014-02-13 23:57:55 PST
Right now, the range of regions in which a box is displayed is computed for blocks, floats and positioned boxes. We need to make this information available for replaced boxes too. This missing information is causing couple of bugs, for instance clicking on the timeline of a video element (-webkit-flow-into) displayed in region moves the video thumb in a wring position.
Comment 1 Mihnea Ovidenie 2014-02-16 20:15:56 PST
Created attachment 224327 [details]
WIP1
Comment 2 Mihnea Ovidenie 2014-02-17 08:53:42 PST
Created attachment 224380 [details]
Patch
Comment 3 Andrei Bucur 2014-02-18 04:16:08 PST
Comment on attachment 224380 [details]
Patch

r=me
Comment 4 Mihnea Ovidenie 2014-02-18 06:28:21 PST
Created attachment 224503 [details]
Patch for landing
Comment 5 WebKit Commit Bot 2014-02-18 07:05:47 PST
Comment on attachment 224503 [details]
Patch for landing

Clearing flags on attachment: 224503

Committed r164290: <http://trac.webkit.org/changeset/164290>
Comment 6 WebKit Commit Bot 2014-02-18 07:05:50 PST
All reviewed patches have been landed.  Closing bug.
Comment 7 Mihnea Ovidenie 2014-03-18 07:03:39 PDT
*** Bug 128895 has been marked as a duplicate of this bug. ***