#15093 closed defect (fixed)
exceptions on newline in EnterKeyHandling plugin when using LI-elements (ordered and unordered lists)
Reported by: | towby | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.7.3 |
Component: | Editor | Version: | 1.7.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The following use case throws an error in EnterKeyHandling? plugin of the editor
Pls Note: This only hapens if the Please see attached dijit.Editor example:
Open the page (browser doesn't matter, tested in IE9 and FF10) click into the editor Type "abc" click on one of the list plugin buttons hit enter key
=> error: callback.apply is not a function
Attachments (1)
Change History (6)
Changed 10 years ago by
Attachment: | example_EnterKeyWithListsException.html added |
---|
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Owner: | set to Jared Jurkiewicz |
---|---|
Resolution: | → fixed |
Status: | new → closed |
In [28287]:
comment:4 Changed 10 years ago by
Milestone: | tbd → 1.7.3 |
---|
comment:5 Changed 10 years ago by
Priority: | undecided → high |
---|
Note: See
TracTickets for help on using
tickets.
oh... stopped writing in the middle of the sentence:
Pls note: This only happens if the enterKeyHandling plugin is using another value for "blockNodeForEnter" as 'BR'.
In the example page, the first editor is using 'P', the second is using 'DIV', the third and the 4th are both using 'BR'.
The error only occurs in the first two editors