Bug 128800

Summary: [CSSRegions] Compute region ranges for inline replaced elements
Product: WebKit Reporter: Mihnea Ovidenie <mihnea>
Component: CSSAssignee: Mihnea Ovidenie <mihnea>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, kondapallykalyan, stavila, WebkitBugTracker
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 57312    
Attachments:
Description Flags
WIP1
none
Patch
none
Patch for landing none

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. ***