WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
66199
CSSRegions: Region content is not selectable
https://bugs.webkit.org/show_bug.cgi?id=66199
Summary
CSSRegions: Region content is not selectable
Alan Stearns
Reported
2011-08-13 19:16:13 PDT
Content rendered in regions is not selectable. If you open any of the LayoutTests/fast/regions/ files (such as flow-content-basic.html) and try to select the regions text (which would be the first instance of "flow content" in that file) nothing happens. Trying to select around and/or through the flow content results in bad selection artifacts. Doing a select all does select flow content, but not in display order. Regions content should be selectable in place, and doing a select all and copy should give you the text in display order.
Attachments
Add attachment
proposed patch, testcase, etc.
Alan Stearns
Comment 1
2011-08-15 12:58:37 PDT
Hmm. Given that absolute and relative positioned content does not "give you the text in display order" let's drop that part of the expectation from this bug. The only expectation for this bug should be that clicking in the displayed region area should select region content.
Alexandru Chiculita
Comment 2
2011-08-15 23:05:46 PDT
This sounds like the repaint area is not calculated correctly. We should also redirect repaints to the correct RenderRegions.
Mihnea Ovidenie
Comment 3
2011-08-16 10:46:11 PDT
I am currently working on it.
Alexandru Chiculita
Comment 4
2011-08-16 10:56:02 PDT
I think this is related to
https://bugs.webkit.org/show_bug.cgi?id=66254
.
Alan Stearns
Comment 5
2011-08-17 08:44:48 PDT
Fixed with the changes from 66254
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug