#17745 closed defect (fixed)
pressing ENTER doesn't move caret to next line, caret sometimes disappears (IE10)
Reported by: | bill | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.8.7 |
Component: | Editor | Version: | 1.9.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
To reproduce:
- Load test_Editor.html on IE10.
- Position caret at end of text in "editor1" (the second editor on the page).
- Use ENTER key to input some new lines of text
First bug: pressing ENTER does not move the caret to the next line; it only moves when you start typing printable characters (ex: hello world).
Next, click into editor2, then back to editor1, and repeat the experiment. This shows the second bug, where the caret disappears completely (until you start typing some characters).
Caused by the EnterKeyHandling? plugin. Maybe related to #13744.
Change History (6)
comment:1 Changed 8 years ago by
Owner: | set to Bill Keese <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
comment:3 Changed 8 years ago by
Milestone: | tbd → 1.9.3 |
---|
comment:4 Changed 8 years ago by
PS: Actually _stripTrailingEmptyNodes() only removes the final . There mayb be others interspersed throughout the doc; not sure.
comment:6 Changed 8 years ago by
Milestone: | 1.9.3 → 1.8.7 |
---|
Note: See
TracTickets for help on using
tickets.
In f569ab4d48ab9a225f12eae3bdf423abcd25e84f/dijit: