Closed
Bug 141862
Opened 23 years ago
Closed 22 years ago
Copy of text from displayed table content to clipboard should insert tab separators between <tds>
Categories
(Core :: DOM: Serializers, defect)
Core
DOM: Serializers
Tracking
()
People
(Reporter: david, Assigned: t_mutreja)
Details
Copying from a Mozilla-displayed table should insert tab characters to indicate
table cell boundaries, eg when copying the displayed 3-column table
Account Debit Credit
------- ----- ------
104 Cash in Bank 25.00
200 Accts Receivable 6.00
the text "6.00" should be preceded by two tab characters. IE handles this
properly, so that the copied text from the page (eg a bank statement) can be
pasted by the user into a spreadsheet application. This is critical to
Mozilla's use when displaying financial data.
Comment 1•23 years ago
|
||
To dom-to-text conversion
Assignee: karnaze → harishd
Status: UNCONFIRMED → NEW
Component: HTMLTables → DOM to Text Conversion
Ever confirmed: true
OS: MacOS X → All
QA Contact: amar → sujay
Hardware: Macintosh → All
Summary: Copy of text from displayed table content to clipboard should insert tab separators between <tds> → Copy of text from displayed table content to clipboard should insert tab separators between <tds>
Assignee | ||
Comment 2•22 years ago
|
||
-->Myself
It seems to be an RFE than bug and as the reporter mentioned I don't see 2 tab
characters anywhere with IE 5.0. I tried a simple test with a 2 * 3 table:
AAA BBB CCC
DDD EEE
and the output was as follows:
With IE:
--------
AAA
BBB
CCC
DDDD
EEEE
With MOZILLA:
--------------
AAA
BBB
CCC
DDDD
EEEE
Assignee: harishd → t_mutreja
Comment 3•22 years ago
|
||
This is a dup of bug 103522 that was marked as dup of bug 94176.
*** This bug has been marked as a duplicate of 94176 ***
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•