Bug 122797
Summary: | Allow selection to skip over contenteditable | ||
---|---|---|---|
Product: | WebKit | Reporter: | Ryosuke Niwa <rniwa> |
Component: | HTML Editing | Assignee: | Nobody <webkit-unassigned> |
Status: | NEW | ||
Severity: | Normal | CC: | ahmad.saleem792, darin, enrica |
Priority: | P2 | Keywords: | BlinkMergeCandidate |
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Ryosuke Niwa
Consider merging https://chromium.googlesource.com/chromium/blink/+/b6af644f3fa0f51d94ab374648e56ec3e390a517
It should be able to extend selection from top to bottom of any document without getting stuck.
Currently the selection gets stuck if you hit a contenteditable element; it should be possible to skip past it.
http://crbug.com/264539
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ryosuke Niwa
Also see https://chromium.googlesource.com/chromium/blink/+/9f9e1d3a3d1f7ae4af18f34205c4b8bb59c835cb
Ryosuke Niwa
(In reply to comment #1)
> Also see https://chromium.googlesource.com/chromium/blink/+/9f9e1d3a3d1f7ae4af18f34205c4b8bb59c835cb
Was reverted in https://chromium.googlesource.com/chromium/blink/+/d91a90e052df23ad3e2736716e5e3368a6a3e411
Ahmad Saleem
(In reply to Ryosuke Niwa from comment #0)
> Consider merging
> https://chromium.googlesource.com/chromium/blink/+/
> b6af644f3fa0f51d94ab374648e56ec3e390a517
>
> It should be able to extend selection from top to bottom of any document
> without getting stuck.
>
> Currently the selection gets stuck if you hit a contenteditable element; it
> should be possible to skip past it.
>
> http://crbug.com/264539
I tried this as Partial Merge by not doing "Caret Mode" changes but I think it is beyond my expertise and get build failures:
https://github.com/WebKit/WebKit/pull/4780