#8810 closed Bug (wontfix)
lost selection in ie9 when open floatpanel
Reported by: | yiminghe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Floating Panel | Version: | 3.6.2 |
Keywords: | Cc: |
Description
steps:
- open ckeditor in ie9 mode
- select some text as pic1
- open font-style floatpanel
expected:
last text selection remains
actual result:
lost last text selection
Attachments (2)
Change History (4)
Changed 13 years ago by
Attachment: | 2012-3-16 14-58-08.png added |
---|
comment:1 Changed 13 years ago by
Keywords: | selection ie9 floatpanel removed |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
This is IE and not CKEditor problem.
Please note that although visual selection is gone (it is moved to dropdown) it is still possible to apply style to it.
To get back to selection without loosing it you can use escape key. If you click somewhere else in content area to close the dropdown it's quite normal that selection will be lost (not only the visual one)
comment:2 Changed 13 years ago by
@ j.swiderski
I think ckeditor can work around this bug in ie, because ckeditor is so perfect on all platform.
The problem is probably caused by iframed floatpanel, this is why tinymce (which does not use iframe for float panel) is ok in ie9 mode.
pic1