Opened 14 years ago
Closed 12 years ago
#7809 closed Bug (wontfix)
IE6: setData fails when event handler attached via jQuery
Reported by: | Duncan | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.1.1 |
Keywords: | IE6 | Cc: |
Description
A call to "setData" fails when called via an event handler attached via jQuery.
This occurs in IE6 only.
Attachments (2)
Change History (5)
Changed 14 years ago by
Attachment: | sample.html added |
---|
comment:1 Changed 14 years ago by
Status: | new → confirmed |
---|---|
Version: | 3.5.3 → 3.1.1 |
It hasn't been working from CKEditor verison 3.1.1.
Sample.html contains information that on first click scroll bar disappears and on second error is thrown.
More precisely till version 3.2.2 only scroll bar disappeared no matter how many times you clicked.
From version 3.3 on second click: Error occurs in /_source/core/dom/domobject.js in line 206 var expandoNumber = this.$[ 'data-cke-expando' ],
comment:2 Changed 13 years ago by
Keywords: | setData javascript removed |
---|
Event when using jQuery adapter and val() function the error still occurs in IE6.
Changed 13 years ago by
Attachment: | sample2.html added |
---|
comment:3 Changed 12 years ago by
Resolution: | → wontfix |
---|---|
Status: | confirmed → closed |
Latest CKEditor 4.x, for which we of course plan to create jQuery adapter, doesn't support IE6 anymore thus I'm closing this ticket as won't fix.
Sample showing the error.