Opened 16 years ago
Closed 16 years ago
#3324 closed Task (fixed)
Update V3 Test Case
Reported by: | Garry Yao | Owned by: | Garry Yao |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | QA | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
Agile ticket for updating TCs for CKEDITOR.dom.documentFragment regard recent changes.
Attachments (3)
Change History (10)
Changed 16 years ago by
Attachment: | 3324.patch added |
---|
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Keywords: | Review? added |
---|---|
Status: | new → assigned |
The reason of failure is because IE itself has certain treatment for empty nodes;
- It doesn't preserve any '\n' within the text at all. ( '\t' depends on position, see next )
- It preserve '\t' depends on the position of occurence, leading '\t' will be trimmed too.
Changed 16 years ago by
Attachment: | 3324_2.patch added |
---|
comment:3 Changed 16 years ago by
Component: | General → QA |
---|
comment:4 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
The test_trim_ie is failing
Changed 16 years ago by
Attachment: | 3324_3.patch added |
---|
comment:5 Changed 16 years ago by
Keywords: | Review? added; Review- removed |
---|
comment:6 Changed 16 years ago by
Keywords: | Review+ added; Review? removed |
---|
The patch makes it pass on FF, but not in IE.