#5913 closed Bug (worksforme)
Wrong text updated in firefox 3.6.6 / CKEditor 3.0.1 (revision 4391)
Reported by: | jao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.3.1 |
Keywords: | Cc: |
Description
when I select a few words in CKEditor and I choose Heading 1 from the menu, the selection disappears and the first sentence gets a heading 1.
Change History (11)
comment:1 Changed 15 years ago by
Version: | 3.0.1 → 3.3.1 |
---|
comment:2 Changed 15 years ago by
I assume the main issue you're reporting is disappearing selection ? As "Heading 1" applies to P/DIV elements, depending on enterMode.
In what browser are you experiencing this ?
comment:3 Changed 15 years ago by
that is right, the selection is disappearing. Also the cursor disappears. this is in firefox 3.6.6.
I've tested the same code in Chrome and it works there.
comment:4 Changed 15 years ago by
I'm not able to reproduce it, does it happens also on our demo site ?
comment:5 Changed 15 years ago by
Keywords: | Pending added |
---|---|
Milestone: | CKEditor 3.x |
comment:7 Changed 14 years ago by
So please provide us a test page which can be used by us to reproduce the problem here.
comment:8 Changed 14 years ago by
There's a demo at http://www.jaoord.nl/5913/.
The thing is that the text is de-selected as soon as I hover over the layout drop down.
comment:9 Changed 14 years ago by
There are too many libraries in that page.
You should try to remove them to find out what's the problem, because some javascript is executing when the docs is moused over and that seems to make it lose the focus.
comment:10 Changed 14 years ago by
Keywords: | jquery.layout hover selected selection added; Pending removed |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
I found out that it was caused by the jQuery layout plugin. More specifically, showOverflowOnHover was set to true. This has to be set to False.
thank you vvery much for your time.
comment:11 Changed 14 years ago by
Keywords: | jquery.layout hover selected selection removed |
---|
I can confirm this problem also exists in CKEditor 3.3.1 (revision 5586)