Opened 14 years ago
Closed 10 years ago
#7342 closed Bug (fixed)
copying and pasting a table doesn't result in its content appearance being preserved in IE8
Reported by: | IBM_RQM | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Core : Pasting | Version: | 3.5.1 |
Keywords: | IBM IE | Cc: | satya_minnekanti@… |
Description (last modified by )
- Enter some text in a empty rich text editor using default font and size.
- Change font size to 18 and continue typing in additional text.
- Change font size to 26 and foreground color to dark blue and continue typing in additional text.
- Hit enter (notice the size of the cursor)
- Insert a new table at the current cursor position (accepting defaults)
- Enter text into the table
- Select the table
- Place the cursor after the text entered in step 3 and hit Enter.
- Paste the table (using the Paste toolbar button or Ctrl+V).
Result: I expected the text in the pasted table to appear like it did in the copied table, but instead it appeared with the same font size and foreground coloring as the text preceding the table
NOTE: this works as expected in Firefox
Change History (4)
comment:1 Changed 14 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 14 years ago by
Component: | General → Core : Pasting |
---|---|
Keywords: | IE added |
Status: | new → confirmed |
comment:3 Changed 14 years ago by
Cc: | satya_minnekanti@… added |
---|
comment:4 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
I cannot reproduce this TC any more. Most likely it was fixed in CKEditor 4.0 when we started using custom insertHtml method to handle pasting.
Confirmed with IE.