#12448 closed defect (fixed)
[patch] [ccla] Rich Text Editor - Hitting enter loses all font formatting when blockNodeForEnter='DIV'
Reported by: | Ed Chatelain | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Editor | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Rich Text Editor - Hitting enter loses all font formatting when blockNodeForEnter='DIV' There is code to try to clone the style over to the new row, but the font node is not being cloned. I will include a patch with the fix in EnterKeyHandling?.js, and a patch to add a test for splitting a font in dijit/tests/editor/EnterKeyHandling.html and the EnterKeyHandling?.html robot test.
Patch from Ed (IBM, CCLA) to follow.
Attachments (3)
Change History (8)
Changed 10 years ago by
Attachment: | EnterKeyHandling.js.patch added |
---|
Changed 10 years ago by
Attachment: | EnterKeyHandling.html.patch added |
---|
Changed 10 years ago by
Attachment: | Robot-EnterKeyHandling.html.patch added |
---|
comment:1 Changed 10 years ago by
Owner: | set to Jared Jurkiewicz |
---|---|
Summary: | Rich Text Editor - Hitting enter loses all font formatting when blockNodeForEnter='DIV' → [patch] [ccla] Rich Text Editor - Hitting enter loses all font formatting when blockNodeForEnter='DIV' |
comment:2 Changed 10 years ago by
Yep, I'll review when I get some free time. On a business trip this week, so probably early next week.
comment:3 Changed 10 years ago by
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:5 Changed 10 years ago by
Milestone: | tbd → 1.7 |
---|
Note: See
TracTickets for help on using
tickets.
Jared, you want to review this?