Opened 12 years ago
Closed 11 years ago
#9085 closed Bug (fixed)
<span class="Apple-tab-span"> remove
Reported by: | yiminghe | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.0 |
Keywords: | Safari | Cc: |
Description
Webkit-based browser generates
<span class='Apple-tab-span' style='whitespace:pre'> </span>
to show tab
effect when pasted from somewhere(outlook).
Since ck will collapse extra whitespace except pre, it leaves:
<span class='Apple-tab-span' style='whitespace:pre'> </span>
So there is no reason keeping this span. see attachment patch.
Attachments (2)
Change History (4)
Changed 12 years ago by
Attachment: | apple-tab-span.patch added |
---|
comment:1 Changed 12 years ago by
Keywords: | Safari added; apple-tab-span removed |
---|---|
Status: | new → confirmed |
Version: | 3.6.4 (SVN - trunk) → 3.0 |
Changed 12 years ago by
Attachment: | 9085.patch added |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Using /plugins/clipboard/dev/clipboard.html
sample I verified that this span is replaced with multiple characters.
We had similar issue already #4876 but this one treats about removing not needed garbage. I know it won't be an issue in v4 of the editor but IMO we could also do it for v3 with the patch provided by @yiminghe.