Opened 16 years ago
Last modified 15 years ago
#3934 review_failed Bug
New line collapsed in enterMode=BR
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Firefox | Cc: |
Description
Reproducing Procedures
- Open the attached example page in Firefox.
- Move the cursor at the end of first line, press 'Enter'.
- Actual Result: The new line is collapsed.
Attachments (2)
Change History (7)
Changed 16 years ago by
Attachment: | 3934_TC.html added |
---|
comment:1 Changed 16 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3934.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Confirmed Review? added |
---|
This patch splits BOM workaround for FF >= 3 (which isn't removed) and adds fake space for FF 2, as it's not affected by BOM fix.
Unfortunetelly space is still visible (on FF2) at end of line, but cursor position after enter is correct. Since it's rare character ('\u2007') it's possible to remove it in other place.
Correct me if my approach is wrong.
comment:3 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|---|
Milestone: | CKEditor 3.0 → CKEditor 3.x |
Confirmed it with v2 also, with no drastic effect so far (not even a bug report). Postponing.
In any case, if you're supposed to leave garbage in the code, you should also propose the cleanup code for it.
comment:4 Changed 15 years ago by
Owner: | Tobiasz Cudnik deleted |
---|---|
Status: | assigned → new |
Sample page for reproducing