Changes between Initial Version and Version 1 of Ticket #6194
- Timestamp:
- Aug 25, 2010, 11:11:05 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified Ticket #6194 – Description
initial v1 1 1 We use CKeditor as a tool to allow our customers to design WYSIWYG HTML emails. When you copy a table and paste it below, to duplicate an article box for example, the CKeditor inline style for the dotted borders gets pasted in the source. It varies by browser/OS. Here is how to reproduce (even in the nightly build URL): 2 2 3 1. Select an entire table by highlighting it with the cursor.4 2. Copy by using the usual short-cut... Command-C on a Mac. Control-C on Windows.5 3. Insert the cursor where you want to paste the table.6 4. Paste by using the usual short-cut... Command-V on a Mac. Control-V on Windows.7 5. View source. You will see all this inline style on the <table> and every <td>:8 3 1. Select an entire table by highlighting it with the cursor. 4 2. Copy by using the usual short-cut... Command-C on a Mac. Control-C on Windows. 5 3. Insert the cursor where you want to paste the table. 6 4. Paste by using the usual short-cut... Command-V on a Mac. Control-V on Windows. 7 5. View source. You will see all this inline style on the <table> and every <td>: 8 {{{ 9 9 style="border-top-color: rgb(211, 211, 211); border-right-color: rgb(211, 211, 211); border-bottom-color: rgb(211, 211, 211); border-left-color: rgb(211, 211, 211); border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: dotted; border-right-style: dotted; border-bottom-style: dotted; border-left-style: dotted; " 10 10 }}} 11 11 The above style gets sent in the email and therefore shows the dotted border on the pasted table. Here is the results of this in various browsers and OS's: 12 12