[Webkit-unassigned] [Bug 117079] New: [CSS Regions] Selection of content flowed in a region is offset by the position of the region on the screen if the content is an <iframe>
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri May 31 08:51:25 PDT 2013
https://bugs.webkit.org/show_bug.cgi?id=117079
Summary: [CSS Regions] Selection of content flowed in a region
is offset by the position of the region on the screen
if the content is an <iframe>
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: CSS
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: mibalan at adobe.com
CC: WebkitBugTracker at adobe.com
Blocks: 57312
Created an attachment (id=203450)
--> (https://bugs.webkit.org/attachment.cgi?id=203450&action=review)
Test-case
If an <iframe> is flowed in a region, attempting to select text from the <iframe> will yield an offset selection ( both the visual highlight of the selection and the actual contents of the selection (text copied to clipboard) ). The selection contents are offset by the actual position of the region on the screen.
That is, if you try selecting from (0, 0) relative to the region, but the region is positioned at (10, 40) *on the screen*, the selection will start at (10, 40) *in the region*
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list