Opened 16 years ago
Closed 16 years ago
#4057 closed Bug (fixed)
Anchor disappearing
| Reported by: | Garry Yao | Owned by: | Garry Yao |
|---|---|---|---|
| Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
| Component: | Core : Output Data | Version: | |
| Keywords: | Confirmed Review+ | Cc: |
Description
There were too problems with hidden fields.
Reproducing Procedures
- Open the "replace by class" page, empty the document;
- Insert an anchor;
- Switch to 'Source' and twice;
- Actual Result: The anchor is disappeared.
Attachments (1)
Change History (5)
comment:1 Changed 16 years ago by
| Owner: | set to Garry Yao |
|---|---|
| Status: | new → assigned |
Changed 16 years ago by
| Attachment: | 4057.patch added |
|---|
comment:2 Changed 16 years ago by
| Keywords: | Review? added |
|---|
comment:3 Changed 16 years ago by
| Keywords: | Review+ added; IE Review? removed |
|---|---|
| Summary: | [IE6] Anchor disappearing → Anchor disappearing |

I've confirmed it in FF too.
The patch is broken. I've applied the changes manually to review it though.
Please add the curly brackets in this if block when committing. We must "always" have curly brackets if the if condition takes more than one line of code.