Opened 13 years ago
Last modified 9 years ago
#8958 confirmed Bug
can not escape style for a whole line in firefox
Reported by: | yiminghe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Styles | Version: | 3.6.1 |
Keywords: | Firefox | Cc: |
Description
Steps:
- input multiple lines of text as pic1 in firefox.
- ctrl + a to select all text, then make all selected text bold/underline/... as pic2.
- select one line (such as the second line) to unbold the whole line of text as pic3.
- place cursor at the end of second line and input "ab"
Expected result:
"ab" is not bold.
Actual result:
"ab" is bold.
Possible cause:
when style in firefox, br is included in "strong" tag as pic4 and when unstyle br is not removed with "strong" tag as pic5.
Attachments (5)
Change History (10)
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
Changed 13 years ago by
comment:1 Changed 13 years ago by
Keywords: | Firefox added; firefox styles removed |
---|---|
Status: | new → confirmed |
Version: | 3.6.4 (SVN - trunk) → 3.6.1 |
Code:
Reproducible only in Firefox from CKEditor 3.6.1 rev [7045].
Most likely because of "when style in firefox, br is included in 'strong' tag" after this TC you get below result in editor: