RESOLVED FIXED 117079
[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>
https://bugs.webkit.org/show_bug.cgi?id=117079
Summary [CSS Regions] Selection of content flowed in a region is offset by the positi...
Mihai Balan
Reported 2013-05-31 08:49:57 PDT
Created attachment 203450 [details] 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*
Attachments
Test-case (682 bytes, text/html)
2013-05-31 08:49 PDT, Mihai Balan
no flags
Test-case (2.12 KB, application/zip)
2013-06-02 09:11 PDT, Mihai Balan
no flags
Mihai Balan
Comment 1 2013-06-02 09:11:01 PDT
Created attachment 203533 [details] Test-case
Michelangelo De Simone
Comment 2 2013-06-13 10:37:50 PDT
Still repros on today's nightly (r151543)
Mihnea Ovidenie
Comment 3 2014-03-04 23:01:43 PST
Note You need to log in before you can comment on or make changes to this bug.