FF—Styles, Font Name and Font Size are not sticky
New issue.
To reproduce the defect:
- Select font name and font size options in font name and font size list boxes.
- Go in to the body of the editor , type the text you will see that text is typed with the font name and size we have selected.
- Go to next line by pressing enter. See that the options still remain.
- Go to previous line and go to to end of it, using keyboard navigation (arrows and 'end' button). See that the options in font name and font sizes are removed.
- Now go back to next line see that the options in font name and font size are removed.
Change History (3)
Description: |
modified (diff)
|
Keywords: |
CantFix added
|
Resolution: |
→ wontfix
|
Status: |
new →
closed
|
We always had this behavior in the editor, since the beginning. The fact is that styles are not sticky for collapsed selections. When hitting ENTER in step 3, you actually create a collapsed selection in the second line. Then, when moving the caret in step 4, the styled selection get lost.
This behavior is hardly fixable bu our side, as it depends on the caret navigation, which is controlled by the browser itself.