Bug 87662 - Copy/Paste from HTML tables does not work right
Summary: Copy/Paste from HTML tables does not work right
Status: RESOLVED DUPLICATE of bug 78955
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: 3.3
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-21 09:15 UTC by Mika Myllynen
Modified: 2004-08-21 20:41 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Mika Myllynen 2004-08-21 09:15:55 UTC
Version:           3.3 (using KDE KDE 3.3.0)
Installed from:    Gentoo Packages
Compiler:          gcc version 3.3.3 20040412 (Gentoo Linux 3.3.3-r6, ssp-3.3.2-2, pie-8.7.6) 
OS:                Linux

When copying text from HTML tables, pasted text layout is not preserved, instead extra newlines are added after each cell. For example table like:

a	b	c  	
d	e	f

is pasted like:

a
b
c


d
e
f

Correct paste would be preserved layout. This bug has been existing since very early versions, I'm hoping this would get finally fixed in next releases. Test case: Paste text from any table.
Comment 1 Maksim Orlovich 2004-08-21 20:41:14 UTC

*** This bug has been marked as a duplicate of 78955 ***