Opened 12 years ago
Closed 12 years ago
#9439 closed Bug (fixed)
SCAYT and jQuery Dialog problem
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1 |
Keywords: | Review? | Cc: | WebSpellChecker.net, jpleer@… |
Description
To reproduce:
- Put attached file in samples folder
- Open page and click on a 'button' to createjQuery dialog
- Use one of buttons to close it (OK, Cancel or close)
- Open dialog once more using 'button'
Result:
- There is no focus in editor
- console shows:
Uncaught Error: Tried to register widget with id==scayt_0 but that id is already registered
, http://svc.webspellchecker.net/scayt26/_base.xd.js, line: 884 (Taken from Chrome)
*Scayt no longer works.
Issue can be reproduced in all browsers from CKEditor 3.1
NOTE: Please also have a look at jquerydialog.html sample where this issue works.
I don't think that method of implementation is to blame (I may be wrong) as I have tried many configurations but it seems that attaching event with bind instead of dialog methods could be used as workaround here.
Attachments (3)
Change History (7)
Changed 12 years ago by
Changed 12 years ago by
Attachment: | jquerydialog.html added |
---|
comment:1 Changed 12 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 12 years ago by
Cc: | jpleer@… added |
---|
Changed 12 years ago by
Attachment: | 9439.patch added |
---|
comment:3 Changed 12 years ago by
Keywords: | Review? added |
---|
Patch proposed
Is there an expected fix date on this?
In forum topic http://cksource.com/forums/viewtopic.php?t=27396, the WebSpellChecker.net team on october 18th stated that they would have a patch within a week.