Opened 7 years ago
Last modified 5 years ago
#18734 new defect
sometimes can't end list by hitting return twice (IE, Edge) — at Initial Version
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.14 |
Component: | Editor | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
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 (and actual behavior on Chrome) is to end the list:
start 1. a 2. b 3. c end
But on IE and Edge the behavior is:
start 1. a 2. b 3. c 4. 5. end
Note: See
TracTickets for help on using
tickets.