New issue
Advanced search Search tips

Issue 689148 link

Starred by 2 users

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

visibleEndOfSelection.isNotNull() in InsertListCommand.cpp

Project Member Reported by ClusterFuzz, Feb 6 2017

Issue description

Cc: yosin@chromium.org
Components: Blink>Editing
Labels: Test-Predator-Wrong M-58
Owner: xiaoche...@chromium.org
Status: Assigned (was: Untriaged)
Through code search on file InsertListCommand.cpp, suspected CL is
https://chromium.googlesource.com/chromium/src/+/af07c6533b27d117b9f57595253e6d3dde192734%5E%21/third_party/WebKit/Source/core/editing/commands/InsertListCommand.cpp
xiaochengh@, could you please take a look?

Comment 2 by yosin@chromium.org, Feb 14 2017

Cc: -yosin@chromium.org
Labels: -Pri-1 Pri-2
Owner: ----
Status: Available (was: Assigned)
Lower to Pri-2 since real world usage of "InsertList" command is low.

Comment 3 by yosin@chromium.org, Feb 14 2017

Components: -Blink>Editing Blink>Editing>Command
DOM Tree at DCHECK()

BODY (editable) (focused)
	P (editable)
		OL (editable)
			LI (editable)
SE				#text "This line should be green."
	DIV (editable)
	P (editable)
		OL (editable)
			LI (editable)
				#text "\n__v_1 = 3;"
	#text "\n  "
	SCRIPT (editable)
		#text "\nfunction __f_0() {\n    document.execCommand(\"SelectAll\");\n    document.execCommand(\"InsertOrderedList\");\n}\n  "
	#text "\n \n "
	STYLE (editable)
		#text "\ndiv {\n            display: inline-block;\n            border: 2px solid black;\n"
	#text "\n "
	SCRIPT (editable)
		#text "\n runTest = __f_0; \n runTest(); \n"

Comment 4 by yosin@chromium.org, May 22 2017

Labels: Pri-3
Bulk set to Pri-3 for cluster fuzz bugs.
Since these issues are happens with unusual HTML.
Project Member

Comment 5 by ClusterFuzz, Jun 21 2017

Status: WontFix (was: Available)
ClusterFuzz testcase 5456749143523328 is flaky and no longer reproduces, so closing issue.

If this is incorrect, please add ClusterFuzz-Wrong label and re-open the issue.

Sign in to add a comment