Ticket #8812 (closed Bug: fixed)
IE9: HTML comment blocks Enter Key
| Reported by: | j.swiderski | Owned by: | fredck |
|---|---|---|---|
| Priority: | Normal | Milestone: | CKEditor 3.6.3 |
| Component: | Core : Selection | Version: | 3.0 |
| Keywords: | IE9 | Cc: |
Description
- open the http://ckeditor.com/demo/ in IE9
- press source button to switch to source mode.
- remove all default contents.
- input this line. test <!-- -->
- press source button and switch to WYSIWYG mode.
- Click in editor (doesn't matter where) and press Enter key.
Result: Enter key does not work.
Attachments
Change History
comment:2 Changed 14 months ago by fredck
- Status changed from confirmed to review
- Owner set to fredck
comment:3 Changed 14 months ago by garry.yao
- Status changed from review to review_failed
Patch fails the following tc:
comment:4 Changed 14 months ago by fredck
- Status changed from review_failed to review
- Component changed from General to Core : Selection
The previous patch was working on a sightly different tc than the provided one. Because of this I've updated the test, adding both tcs there.
The new patch fixes instead the root of the problem, which is related to the IE Range to CKEDITOR.dom.range transformation. This is a more global fix, which can help us avoiding unknown issues all around the code.
comment:7 Changed 14 months ago by garry.yao
- Status changed from review to review_failed
Patch fails one tc that is added to the ticket test, pls check, basically the patch needs to change also the "else" block in the range mapping hunk.
comment:10 Changed 14 months ago by fredck
- Status changed from review_passed to closed
- Resolution set to fixed
Fixed with [7415].
Note: See
TracTickets for help on using
tickets.
