Opened 16 years ago
Closed 15 years ago
#3864 closed Bug (fixed)
Selection problem after inserting new link
Reported by: | Damian | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | Core : Styles | Version: | |
Keywords: | Firefox IBM Confirmed Review+ | Cc: |
Description
To reproduce:
- Open nightly Ajax sample
- In a new document, add a link
- After the link is inserted, attempt to delete the link using backspace.
Result: the link seems uneditable until additional text is added.
Attachments (2)
Change History (9)
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Garry Yao |
Status: | new → assigned |
comment:2 Changed 16 years ago by
Component: | General → Core : Styles |
---|---|
Keywords: | Firefox added |
Priority: | Normal → High |
Changed 16 years ago by
Attachment: | 3864.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
Two bugs:
- The workaround has broken non-empty document;
- It collapsed the empty document first line height with enterMode=BR.
Changed 16 years ago by
Attachment: | 3864_2.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
This is a nice hack for a Firefox bug. The following bug actually:
https://bugzilla.mozilla.org/show_bug.cgi?id=346523
Please fix the changelog entries before committing. There is an extra entry in the patch, which I believe entered there by mistake.
The problem is for Gecko only, but more generic than just the link insertion, the document is locked for modification when a insertion is following a 'New Page' command.
Reproducing Procedures