Ticket #6115 (confirmed Bug)
BIDI: when we apply RTL direction to a pasted Table, Borders are missing on one side.
| Reported by: | satya | Owned by: | |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | 3.4 Beta |
| Keywords: | IBM | Cc: | damo, joek |
Description
To reproduce the Defect:
- Open Ajax Sample
- Copy and Paste a Table from Word in to the Editor.
- Go to Table Properties and Change the Table direction to Right to Left(RTL).
Expected Result:
Table language direction is changed to right,Table cells & content in Table cells should be shown as mirror image of Table in previous step 2.
Actual Result:
Table language direction is changed to right,Table cells & content in Table cells should be shown as mirror image of Table in previous step 2 but Borders for the Table is missing on the left side.
we are using the following config options.
Paste from Word configuration
config.pasteFromWordRemoveFontStyles = false;
config.pasteFromWordRemoveStyles = false;
Change History
Note: See
TracTickets for help on using
tickets.

Reproducible in all browsers