Opened 10 years ago
Last modified 10 years ago
#13257 confirmed Bug
Left-align button does not indicate correct state under mode of CKEDITOR.ENTER_BR
Reported by: | John Zhao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.0 |
Keywords: | Cc: | byran.zaugg@… |
Description
Hey CkEditor team
We found the align button in Ckeditor tool bar does not work correctly with enterMode as CKEDITOR.ENTER_BR
By default, the enterMode is <p>.
Under this mode, the content of editor always have <p></br><p> inside, which can not be removed by backspace(Look up through HTML inspector).
Just because of this, the left-align button is hovered when we click on the editor input area with nothing typed in.
However, under enterMode as CKEDITOR.ENTER_BR, the content is empty inside <body>
Just leak of <p></br><p>, the left-align button is NOT hovered to indicate its current states.
I wonder if the align-button(at least left-align button) is designed to work under mode of CKEDITOR.ENTER_BR.
If yes, should this issue be considered as a bug.
Many thanks John.
Change History (3)
comment:1 Changed 10 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.4.7 |
comment:2 Changed 10 years ago by
Version: | → 3.0 |
---|
comment:3 Changed 10 years ago by
Cc: | byran.zaugg@… added |
---|
Enter mode BR, as you may know, is not very recommended. One of the reasons are such small differences between this mode and EnterMode P or DIV.
This issue can be classified as a bug but there is little chance someone is going to work on it in near future.