Open
Bug 780103
Opened 13 years ago
Updated 1 year ago
copy to excel table with td.div
Categories
(Core :: DOM: Selection, defect, P5)
Tracking
()
UNCONFIRMED
People
(Reporter: marco.laponder, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:14.0) Gecko/20100101 Firefox/14.0.1
Build ID: 20120713134347
Steps to reproduce:
I have table with within the td a div containing the text for the column (simplification of complex web application), e.g. see http://jsfiddle.net/Vf2yT/. I selected multiple cells with Ctrl-Drag from the table with the divs, en copied it into MS Excel with Paste special , option Unicode
Actual results:
The row/cells structure was lost,all cells were pasted into a single column
Expected results:
row/cell structure should have been preserved. Note there is no problem when no divs are present, this has the expected result.
Reporter | ||
Comment 2•13 years ago
|
||
(In reply to Loic from comment #1)
> Is the same behavior in previous versions of Firefox?
Test NOK on all following versions:
3.6.28
4.0.1
5.0.1
6.0.2
7.0.1
8.0.1
9.0.1
10.0.2
11.0.0
12.0.0
13.0.1
14.0.1
15.0 beta 1
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Loic from comment #3)
> Thanks. And which version of MS Excel are you using?
Microsoft Office Excel 2003 (11.8346.8341) SP3
Updated•13 years ago
|
Component: Untriaged → Selection
Product: Firefox → Core
Comment 5•5 years ago
|
||
Bulk-downgrade of unassigned, >=5 years untouched DOM/Storage bugs' priority.
If you have reason to believe this is wrong (especially for the severity), please write a comment and ni :jstutte.
Severity: normal → S4
Priority: -- → P5
You need to log in
before you can comment on or make changes to this bug.
Description
•