Open
Bug 952027
Opened 12 years ago
Updated 3 years ago
table has newlines added upon copying
Categories
(Firefox :: General, defect)
Tracking
()
NEW
People
(Reporter: jidanni, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0 Iceweasel/28.0a2 (Beta/Release)
Build ID: 20131215004001
Steps to reproduce:
If one just copies and pastes what one sees on
the table on the right side of http://aoaws.caa.gov.tw/AWS/index.php
mysterious newlines creep in and must be removed via
perl -pwe 's/\n// if /\t/;'
if one wants the copied text to look nice, like
機場 清泉崗機場
所在地 臺中
時間 2013-12-19 16:30 (臺灣時間)
風向 020 度
風速 13 浬/時 陣風 23 浬/時
能見度 4000 公尺
天氣
靄
雲冪 1000 呎
溫度 12 ºC
Expected results:
<TR> should be one line. Not <TD> too!
Same problem with Google Chrome.
Comment 1•12 years ago
|
||
Mozilla/5.0 (X11; Linux i686; rv:28.0) Gecko/20100101 Firefox/28.0 (20140108004006)
The text gets pasted fine in the gmail compose box, but not in the bugzilla comment field or in gedit.
Status: UNCONFIRMED → NEW
Component: Untriaged → General
Ever confirmed: true
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•