Bug 122797 - Allow selection to skip over contenteditable
Summary: Allow selection to skip over contenteditable
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: BlinkMergeCandidate
Depends on:
Blocks:
 
Reported: 2013-10-14 17:55 PDT by Ryosuke Niwa
Modified: 2022-10-23 13:13 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2013-10-14 17:55:09 PDT
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
Comment 3 Ahmad Saleem 2022-10-23 13:13:45 PDT
(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