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

Issue 945873003: Ignore setSelectionRange when node is un-parented. (Closed)

Created:
5 years, 10 months ago by szager1
Modified:
5 years, 10 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Ignore setSelectionRange when node is un-parented. BUG=400339 R=eae@chromium.org,leviw@chromium.org TEST=editing/input/orphan-set-selection-range.html Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=190609

Patch Set 1 #

Patch Set 2 : Add NeverFixTests entry #

Total comments: 2

Patch Set 3 : use inDocument() instead of parentOrShadowHostNode() #

Patch Set 4 : #

Total comments: 2

Patch Set 5 : Fix file permissions #

Unified diffs Side-by-side diffs Delta from patch set Stats (+15 lines, -0 lines) Patch
M LayoutTests/NeverFixTests View 1 1 chunk +3 lines, -0 lines 0 comments Download
A LayoutTests/editing/input/orphan-set-selection-range.html View 1 2 3 4 1 chunk +12 lines, -0 lines 0 comments Download
A + LayoutTests/editing/input/orphan-set-selection-range-expected.txt View 0 chunks +-1 lines, --1 lines 0 comments Download
M Source/core/html/HTMLTextFormControlElement.cpp View 1 2 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 14 (5 generated)
szager1
5 years, 10 months ago (2015-02-20 21:29:21 UTC) #1
eae
LGTM
5 years, 10 months ago (2015-02-20 21:35:15 UTC) #2
leviw_travelin_and_unemployed
https://codereview.chromium.org/945873003/diff/20001/Source/core/html/HTMLTextFormControlElement.cpp File Source/core/html/HTMLTextFormControlElement.cpp (right): https://codereview.chromium.org/945873003/diff/20001/Source/core/html/HTMLTextFormControlElement.cpp#newcode351 Source/core/html/HTMLTextFormControlElement.cpp:351: if (hasOpenShadowRoot() || !isTextFormControl() || !parentOrShadowHostNode()) You probably want ...
5 years, 10 months ago (2015-02-20 21:53:49 UTC) #3
szager1
https://codereview.chromium.org/945873003/diff/20001/Source/core/html/HTMLTextFormControlElement.cpp File Source/core/html/HTMLTextFormControlElement.cpp (right): https://codereview.chromium.org/945873003/diff/20001/Source/core/html/HTMLTextFormControlElement.cpp#newcode351 Source/core/html/HTMLTextFormControlElement.cpp:351: if (hasOpenShadowRoot() || !isTextFormControl() || !parentOrShadowHostNode()) On 2015/02/20 21:53:48, ...
5 years, 10 months ago (2015-02-20 22:05:18 UTC) #5
leviw_travelin_and_unemployed
LGTM. https://codereview.chromium.org/945873003/diff/60001/LayoutTests/NeverFixTests File LayoutTests/NeverFixTests (right): https://codereview.chromium.org/945873003/diff/60001/LayoutTests/NeverFixTests#newcode190 LayoutTests/NeverFixTests:190: [ Release ] editing/input/orphan-set-selection-range.html [ WontFix ] I ...
5 years, 10 months ago (2015-02-20 22:40:28 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/945873003/60001
5 years, 10 months ago (2015-02-20 23:05:47 UTC) #8
commit-bot: I haz the power
Try jobs failed on following builders: blink_presubmit on tryserver.blink (JOB_FAILED, http://build.chromium.org/p/tryserver.blink/builders/blink_presubmit/builds/27228)
5 years, 10 months ago (2015-02-21 00:04:08 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/945873003/80001
5 years, 10 months ago (2015-02-21 00:51:34 UTC) #13
commit-bot: I haz the power
5 years, 10 months ago (2015-02-21 02:19:35 UTC) #14
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as
https://src.chromium.org/viewvc/blink?view=rev&revision=190609

Powered by Google App Engine
This is Rietveld 408576698