Opened 14 years ago
Closed 14 years ago
#6596 closed Bug (fixed)
[IE9] anchor and hidden field insertion is broken
Reported by: | Garry Yao | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.5.3 |
Component: | UI : Dialogs | Version: | |
Keywords: | IE9 | Cc: |
Description (last modified by )
It's not able to insert anchor and hidden field in IE9.
Change History (9)
comment:1 Changed 14 years ago by
Keywords: | IE added |
---|---|
Status: | new → confirmed |
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
Milestone: | CKEditor 3.4.3 → CKEditor 3.6 |
---|
Let's have them together at this point.
comment:4 Changed 14 years ago by
Resolution: | → duplicate |
---|---|
Status: | confirmed → closed |
Will be handled at #3582.
comment:5 Changed 14 years ago by
Milestone: | CKEditor 3.6 |
---|
comment:6 follow-up: 7 Changed 14 years ago by
I guess that it would be better to reopen this one and apply just the IE9 part. I think that the "hidden input" dialog had the same problem.
comment:7 Changed 14 years ago by
Keywords: | IE9 added; IE removed |
---|---|
Resolution: | duplicate |
Status: | closed → reopened |
Replying to alfonsoml:
I guess that it would be better to reopen this one and apply just the IE9 part. I think that the "hidden input" dialog had the same problem.
I agree that we should have different ticket open to IE9. We could always close this one and #3582 together if issue is resolved.
===Additional info ===
#7191 is a DUP
Rechecked under IE9 Final /CKE rev 6559 - problem still occurs.
When OK button is pressed, following error is shown in console:
SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) ckeditor.js, line 15 character 301
comment:8 Changed 14 years ago by
Description: | modified (diff) |
---|---|
Milestone: | → CKEditor 3.5.3 |
Status: | reopened → confirmed |
Summary: | [IE9] anchor insertion is broken → [IE9] anchor and hidden field insertion is broken |
As Alfonso already mentioned, it is also impossible to insert a hidden input element due to the same error.
SCRIPT5022: DOM Exception: INVALID_CHARACTER_ERR (5) element.js, line 29 character 3
comment:9 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Fixed with macro change [6567].
The patch in #3582 works correctly for IE9