Opened 16 years ago
Closed 16 years ago
#4151 closed Bug (fixed)
[FF2] test_toDataFormat_3 test fails
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Firefox Confirmed Review+ | Cc: |
Description
In Firefox2, test_toDataFormat_3 test from plugins/htmldataprocessor fails.
Expected:
<x:x><p>Test</p></x:x>
Actual:
<x:x></x:x><p>Test</p>
Attachments (1)
Change History (6)
comment:1 Changed 16 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Keywords: | Confirmed added |
---|
Changed 16 years ago by
Attachment: | 4151.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
createFromHtml have problems with unclosed namespaced element. I'm adding new TC for this case and making the one from htmldataprocessor clean.