Opened 13 years ago
Closed 10 years ago
#8721 closed Bug (fixed)
enter br at block end
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Keystrokes | Version: | 3.0 |
Keywords: | Cc: |
Description
With enter mode br, the following steps will create an extra line at end:
- With empty editor, open bold style and type "foo";
- Press enter key to enter new line;
- Actual Result: A 2nd new line is created at end of doc, can be reached by pressing the Arrow Down key.
- Expected Result: Only one new line created.
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|---|
Version: | → 3.0 |
comment:2 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
No longer reproducible in any browser in CKEditor 4.4.7.
In Webkit, I was able to apply this TC from CKEditor 3.6. Those browsers produce the following output:
In Firefox this TC has been reproducible from CKEditor 3.0 but it produced different output through out different versions:
From CKE 3.3.2 till present
From CKE 3.11 till CKE 3.3.1
From CKE 3.0 till CKE 3.1