Opened 16 years ago
Closed 16 years ago
#3305 closed Bug (fixed)
IE - Combo features do not work in latest nightly build
Reported by: | Damian | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Must have (possibly next milestone) | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | IBM Confirmed Review+ | Cc: |
Description
The latest Ajax sample in the nightly build (3350) causes errors when creating an instance of the editor.
Once the editor has been created it is not possible to apply any of the styles from any of the combo features.
When an attempt is made to apply a style by selecting some text and using one of the combo features, another error occurs.
This is issue is specific to IE6 & IE7
Attachments (3)
Change History (8)
Changed 16 years ago by
Attachment: | InstanceCreationError.png added |
---|
Changed 16 years ago by
Attachment: | ApplyingAStyleError.png added |
---|
comment:1 Changed 16 years ago by
Keywords: | Confirmed added |
---|---|
Owner: | set to Frederico Caldeira Knabben |
Status: | new → assigned |
Changed 16 years ago by
Attachment: | 3305.patch added |
---|
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|
This patch fixes the editor creation issue. I'm not able to confirm the combos issues thouhg. I wonder if it's not a reference to #3300.
comment:3 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:4 Changed 16 years ago by
This patch appears to have solved the issue with the combo features also.
I've confirmed the initialization issue, and it's related to the recent changes to the selection system.
The combos are working with other samples, so I'm not able to confirm it yet. I'll work on the above issue first.