Opened 7 years ago
Last modified 5 years ago
#18734 new defect
sometimes can't end list by hitting return twice — at Version 1
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Editor | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
On IE (tested on IE8-IE11) and also Edge, load test_Editor.html and then:
(1) Clear text of second editor and type:
start end
(2) In between "start" and "end" create a list by clicking the [123] toolbar button, and type some list items:
start 1. a 2. b 3. c end
(3) Hit return a few times. The expected behavior is to end the list:
start 1. a 2. b 3. c end
But on IE and Edge and sometimes Chrome the behavior is:
start 1. a 2. b 3. c 4. 5. end
Change History (1)
comment:1 Changed 7 years ago by
Description: | modified (diff) |
---|---|
Summary: | sometimes can't end list by hitting return twice (IE, Edge) → sometimes can't end list by hitting return twice |
Note: See
TracTickets for help on using
tickets.
Actually, I've seen this on Chrome too. I guess it's not just IE and Edge.