Opened 14 years ago
Closed 14 years ago
#6892 closed Bug (invalid)
BIDI: Incorrect behaviour when copying and pasting RTL list from within a table
Reported by: | James | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : BiDi | Version: | 3.4.3 |
Keywords: | IBM Discussion | Cc: | Damian, joek, Satya Minnekanti, Garry Yao |
Description
Steps to Reproduce:
- Open the Ajax sample.
- Insert a table.
- Click into the first cell & click RTL icon in the toolbar.
- Keep the cursor in the first cell & type 3 paragraphs of text.
- Select all 3 paragraphs & click on the Bulleted List icon.
- See the Bulleted List is in the RTL language direction.
- Copy the Bulleted List and paste it in the editor outside of the table.
Expected: The Bulleted List that was pasted outside of the table has RTL language direction.
Actual: The Bulleted List that was pasted outside of the table has LTR language direction.
Attachments (1)
Change History (3)
Changed 14 years ago by
Attachment: | Copy and paste list from table defect.jpg added |
---|
comment:1 Changed 14 years ago by
Cc: | Garry Yao added |
---|---|
Component: | Core : Pasting → Core : BiDi |
Keywords: | Discussion added |
Status: | new → confirmed |
comment:2 Changed 14 years ago by
Resolution: | → invalid |
---|---|
Status: | confirmed → closed |
Note that clipboard operation doesn't takes are of applied text direction in browser, try taking a line of text from some RTL web page and paste it into editor.
Confirmed, RTL is set to Table cell, not to its content:
That is why content of a cell, copied and pasted outside of table is set to LTR. I think it was developer's intention, not a bug.