Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(103)

Issue 2151803003: [Editing][Regression] Contenteditable w/ "-webkit-user-select:all" should be editable for drag. (Closed)

Created:
4 years, 5 months ago by yoichio
Modified:
4 years, 4 months ago
Reviewers:
yosin_UTC9
CC:
blink-reviews, chromium-reviews, dcheng
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

[Editing][Regression] Contenteditable w/ "-webkit-user-select:all" should be editable for drag. Dragging inside Contenteditable w/ "-webkit-user-select:all" element should select partially rather than all. This CL introduces the usedValueOfUserSelect function deciding whether selection is all or not and use it in rootUserSelectAllForNode instead of simple nodeIsUserSelectAll. BUG=629715 TEST=LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html, drag- user-select-all-contenteditable.html Committed: https://crrev.com/9e0f169e61cf7ba643540ec91d16c393a7eaa124 Cr-Commit-Position: refs/heads/master@{#408045}

Patch Set 1 #

Patch Set 2 : update #

Total comments: 4

Patch Set 3 : update #

Messages

Total messages: 35 (27 generated)
yoichio
4 years, 5 months ago (2016-07-20 01:56:38 UTC) #15
yosin_UTC9
On 2016/07/20 at 01:56:38, yoichio wrote: > Is this specified in the spec? Firefox selects ...
4 years, 5 months ago (2016-07-20 02:17:59 UTC) #16
yosin_UTC9
https://codereview.chromium.org/2151803003/diff/20001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html File third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html (right): https://codereview.chromium.org/2151803003/diff/20001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html#newcode13 third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html:13: assert_true(window.hasOwnProperty('eventSender'), 'this test requires window.eventSender'); |eventSender| might not be ...
4 years, 5 months ago (2016-07-20 06:58:58 UTC) #17
yoichio
https://codereview.chromium.org/2151803003/diff/20001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html File third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html (right): https://codereview.chromium.org/2151803003/diff/20001/third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html#newcode13 third_party/WebKit/LayoutTests/editing/selection/mouse/drag-user-select-all-textarea.html:13: assert_true(window.hasOwnProperty('eventSender'), 'this test requires window.eventSender'); On 2016/07/20 06:58:58, Yosi_UTC9 ...
4 years, 4 months ago (2016-07-27 02:27:21 UTC) #28
yosin_UTC9
lgtm
4 years, 4 months ago (2016-07-27 04:10:18 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2151803003/60001
4 years, 4 months ago (2016-07-27 04:10:34 UTC) #31
commit-bot: I haz the power
Committed patchset #3 (id:60001)
4 years, 4 months ago (2016-07-27 05:01:11 UTC) #33
commit-bot: I haz the power
4 years, 4 months ago (2016-07-27 05:02:33 UTC) #35
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/9e0f169e61cf7ba643540ec91d16c393a7eaa124
Cr-Commit-Position: refs/heads/master@{#408045}

Powered by Google App Engine
This is Rietveld 408576698