Opened 10 years ago
Closed 10 years ago
#14326 closed Bug (invalid)
The Text not retaining the Tabs while pasting the content in Text Editor
Reported by: | Thiruvenkata Subramanian | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | |
Keywords: | Cc: |
Description
Steps to reproduce
- copy the text which i given below
- paste in Text editor
- Tabs not retaining
Test data:
1tab
2tab
3tab
3tab
2tab
1tab
Expected result
Tabs has to be retained
Actual result
Not retaining
Other details (browser, OS, CKEditor version, installed plugins)
Attachments (1)
Change History (5)
comment:1 Changed 10 years ago by
comment:2 Changed 10 years ago by
Status: | new → pending |
---|---|
Version: | 4.5.3 |
I can't confirm this issue.
If this is happening with text pasted from Notepad then this is how such text is seen by browser: tab0<br> tab1<br> tab2<br> tab1<br>tab0
Consecutive white spaces are pasted as one.
If this is happening when copying HTML from website then assuming that tabs are made with margin-left
, please make sure that ACF is configured correctly.
Where is that tabbed text copied from? Please attach sample file. Please also provide a screen cast showing how to reproduce this problem in CKEditor demo.
Changed 10 years ago by
Attachment: | TabIssue.jpg added |
---|
comment:3 Changed 10 years ago by
The text has been copied from Notepad. Please refer the attachment.
comment:4 Changed 10 years ago by
Resolution: | → invalid |
---|---|
Status: | pending → closed |
Thank you for the clarification. Unfortunatelly there is nothing we can do here.
This is broswer sees it ans since CKEditor gest data processed by a brwoser there is no workaround we can provide. This is what IE11 sees (nad this is what CKEditor pastes):
tab1<br> tab2<br> tab3<br> tab2<br> tab1
Browser Used is IE11