Opened 14 years ago
Closed 14 years ago
#6232 closed Bug (fixed)
Toolbar reload issue
Reported by: | bhavya11 | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Toolbar | Version: | 3.3.1 |
Keywords: | Cc: |
Description
Hi, I am facing a very strange issue with CKEditor version 3.3.1.
CKEditor toolbar keeps on reloading when the following actions occur:
- When we roll the mouse over the toolbar.
- When we click the mouse in "Editor" area
- When we scroll the webpage.
We are using this in ASP.Net application. We were using FCKEditor previously and never faced this issue. Any help will be highly appreciated.
Regards
Change History (3)
comment:1 follow-up: 2 Changed 14 years ago by
Status: | new → pending |
---|
comment:2 Changed 14 years ago by
Replying to Saare:
I am not able to reproduce this issue. Could you provide us some more information, like what browser are you using and a sample page?
Hi, Below is the tag using which we have added CKEditor to you aspx (.Net) page.
<FredCK:CKEditor ID="ckeDefault" runat="server" Width="450" BasePath="../../CKeditor/"
Height="150px" Toolbar="MyToolBar">
</FredCK:CKEditor>
The problem is that the Toolbar images keep on reloading on various events as mentioned previously. Even if I roll mouse over the toolbar, or click in the "Editor" area or scroll the page the toolbar reloads. Any help will be highly appreciated.
Thanks
comment:3 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | pending → closed |
I have resolved this issue. We had removed plugin named 'SCAYT', hence toolbar was reloading all the time. After including that plugin, things are working fine.
Thank you for taking time and looking into this.
Regards.
I am not able to reproduce this issue. Could you provide us some more information, like what browser are you using and a sample page?