Opened 11 years ago
Closed 11 years ago
#11390 closed Bug (fixed)
XML plugin doesn't support IE >= 10
Reported by: | Alfonso Martínez de Lizarrondo | Owned by: | Piotrek Koszuliński |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 4.3.3 |
Component: | General | Version: | 3.0 |
Keywords: | Cc: |
Description
The required changes were done in CKFinder long ago and could easily be applied here also.
(I've set the version as 3.0, but I don't know exactly the first version that supported IE10)
Change History (7)
comment:1 Changed 11 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Milestone: | → CKEditor 4.3.3 |
---|
I pushed t/11390 with patch ported from CKF. We need tests for it (all XML's methods miss tests).
comment:3 Changed 11 years ago by
Owner: | set to Piotr Jasiun |
---|---|
Status: | confirmed → assigned |
comment:4 Changed 11 years ago by
Owner: | changed from Piotr Jasiun to Piotrek Koszuliński |
---|
comment:5 Changed 11 years ago by
Status: | assigned → review |
---|
I pushed t/11390 with basic tests.
It turned out that patch I pushed previously wasn't complete, because it didn't work on IE9+. The reason was that XML plugin still used DOMParser which doesn't have support for XPath on these browsers. I pushed a second commit which changes the feature detection order to promote ActiveXObject which on IEs has support for XPath.
comment:6 Changed 11 years ago by
Status: | review → review_passed |
---|
I rebased both branches and pushed small commit with docs fix. Apart from this everything is fine.
comment:7 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | review_passed → closed |
Fixed on master with git:de36349 on dev and 691da97 on tests.
Seems that constructor works, but not methods.