Opened 16 years ago
Closed 16 years ago
#4165 closed Bug (fixed)
rtrim and ltrim fails in various browsers
Reported by: | Tobiasz Cudnik | Owned by: | Tobiasz Cudnik |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.0 |
Component: | General | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
From CKEDITOR.tools, rtrim and ltrim fails in various browsers (FF3.5, Safari4, FF2, FF3, Safari3). Full trim in done instead of trimming only the desired side.
Attachments (3)
Change History (10)
comment:1 Changed 16 years ago by
Owner: | set to Tobiasz Cudnik |
---|---|
Status: | new → assigned |
comment:2 Changed 16 years ago by
Changed 16 years ago by
Attachment: | 4165.patch added |
---|
comment:3 Changed 16 years ago by
Keywords: | Review? added |
---|
comment:4 Changed 16 years ago by
Keywords: | Review- added; Review? removed |
---|
I've talked with Garr yabout something similar today, and it's better to have the test changed so it doesn't need to have spaces at the end of the lines, as they will be definitely removed by our dev tools.
Changed 16 years ago by
Attachment: | 4165_2.patch added |
---|
Changed 16 years ago by
Attachment: | 4165_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 |
---|
Actually this issue is related to CKEDITOR.dom.node, not tools namespace.