Opened 11 years ago
Last modified 11 years ago
#11581 confirmed Bug
Enter Backspace Shift+Enter fails on FF
Reported by: | babacuek | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Enter Key | Version: | 3.0 |
Keywords: | Firefox | Cc: |
Description
Tested with FF25 and 27.
Reproducalbe in demo
Type "AAA"
Enter
Backspace
Shift+Enter
--> expected: new line, but it make p
Backspace
--> cursor is on line under "AAA"
Type "B" -> In Line 1 is "AAAB"
With "down" u can reproduce it.
Change History (4)
comment:1 Changed 11 years ago by
Component: | General → UI : Enter Key |
---|---|
Keywords: | Firefox added |
Status: | new → confirmed |
Version: | → 4.0 |
comment:2 Changed 11 years ago by
Version: | 4.0 → 3.0 |
---|
I was able to reproduce this problem from CKEditor 3.0 in Firefox only.
comment:3 Changed 11 years ago by
For me i can reproduce it in demo - so i think its not just an 3.x problem.
comment:4 Changed 11 years ago by
j.swiderski meant that it can be reproduced in all CKEditor versions, starting from 3.0 up to the latest 4.3.x.
But this information makes me more sure that it's a FF's bug ;/.
Reproducible from at least CKEditor 4.0. Since I don't remember such issue I believe that it may be a browser bug (it handles backspace). We need to check this.
Inner HTML during the TC:
<p>foo<br></p><p><br></p>
<p>foo<br></p>
<p>foo<br><br><br></p>