#11715 closed Bug (fixed)
SCAYT enabled for ckeditor inline causes problems with widgets
Reported by: | Sari Connard | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | UI : Spell Checker | Version: | 4.3 |
Keywords: | Cc: |
Description
Steps to reproduce - I have provided a html file that demonstrates the bug.
This page shows four base ckeditor blocks:
- Ckeditor classic with scayt disabled on startup. This works when doubleclicking on the simplebox widget handle in upper left corner of widget.
- Ckeditor inline with scayt disabled on startup. This works when doubleclicking on the simplebox widget handle in upper left corner of widget.
- Ckeditor classic with scayt enabled on startup. This works when doubleclicking on the simplebox widget handle in upper left corner of widget.
- Ckeditor inline with scayt enabled on startup. This FAILS when doubleclicking on the simplebox widget handle in upper left corner of widget.
Browser and OS - Lenovo laptop, Ubuntu (v 12.04), Chrome(v 33.0.1750.152) and Firefox(v 28.0) Screenshot - see 2014-03-19_ckeditor_inline_widget_scayt_bug.png Sample data - see 2014-03-19_ckeditor_inline_widget_scayt_bug.html (this must be viewed in a webserver to get the scayt_autoStartup=true to work) Test case file - Using simplebox widget: https://github.com/ckeditor/ckeditor-docs-samples/commit/8793b94892aa7876156b01c32c59cdedc5b103b3 Build configuration -https://github.com/ckeditor/ckeditor-releases/commit/944d690c3d79c21efe3fce42b2ca231b08c4c909
Attachments (4)
Change History (10)
Changed 11 years ago by
Attachment: | 2014-03-19_ckeditor_inline_widget_scayt_bug.html added |
---|
Changed 11 years ago by
Attachment: | 2014-03-19_ckeditor_inline_widget_scayt_bug.png added |
---|
screen shot
comment:1 Changed 11 years ago by
Component: | UI : Widgets → UI : Spell Checker |
---|---|
Keywords: | scayt widgets inline removed |
comment:2 Changed 11 years ago by
This bug no longer occurs in prerelease version 4.4.0 (see attachment http://dev.ckeditor.com/attachment/ticket/11715/simplebox.rar)
comment:3 Changed 11 years ago by
@a.delura are you completely sure of this?
I have used ckeditor-dev latest master, bug.html (you can put it in samples folder), your simplebox plugin version, plus latest WSC and SCAYT plugins (copy all three into plugins folder).
Once you open page and double-click on drag handler you won't get widget dialog. Have I missed something, made any mistake in checking or is the issue still reproducible?
Changed 11 years ago by
comment:4 Changed 11 years ago by
@a.delura I'm confirming this ticket for now but please prove me wrong so that we can close it :)
comment:5 Changed 11 years ago by
Status: | new → confirmed |
---|---|
Version: | 4.3.3 → 4.3 |
comment:6 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
WFM in 4.4.7
Test case file using simplebox widget