Closed
Bug 260761
Opened 20 years ago
Closed 19 years ago
Trailing spaces aren't removed from text link when it's being dropped at the tab bar.
Categories
(SeaMonkey :: Tabbed Browser, defect)
SeaMonkey
Tabbed Browser
Tracking
(Not tracked)
VERIFIED
DUPLICATE
of bug 138245
People
(Reporter: whimboo, Unassigned)
References
Details
Attachments
(1 file, 1 obsolete file)
(deleted),
text/html
|
Details |
You can open a text link by selecting the content and drag&drop it onto the tab
bar. This feature doesn't work when the link ends with " <br />".
For example: "http://google.de <br />"
Reporter | ||
Comment 1•20 years ago
|
||
Confirmed with:
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.6) Gecko/20050317
Firefox/1.0.2
WinXP SP2.
Reporter | ||
Comment 3•20 years ago
|
||
Bug also appears on linux with a current trunk build. Due to it's definetely a
JS bug I mark it as HW/OS => ALL.
OS: Windows 2000 → All
Hardware: PC → All
Reporter | ||
Comment 4•20 years ago
|
||
Comment on attachment 159579 [details]
testcase
The attachment contains a failure. This bug doesn't happen due to the ending
<br/> but because the blank before <br />.
Attachment #159579 -
Attachment is obsolete: true
Reporter | ||
Updated•20 years ago
|
Keywords: testcase
Summary: Dropping text link onto tab bar doesn't work if link ends with " <br />" → Dropping text link onto tab bar doesn't work if link ends with a space
Reporter | ||
Comment 5•20 years ago
|
||
Ok, looking more deeply inside this bug shows following...
It only appears for text links in HTML documents. The text link has to be
located at the end of a line. At least one space has to follow and e.g. <br/>
should be the trailing character. See my second testcase for an example.
Dragging that link onto the tab bar doesn't open the url. Instead nothing
happens. It seems that the trailing white spaces aren't cut off completely.
Summary: Dropping text link onto tab bar doesn't work if link ends with a space → Trailing spaces aren't removed from text link when it's being dropped at the tab bar.
Reporter | ||
Comment 6•20 years ago
|
||
Comment 7•19 years ago
|
||
*** This bug has been marked as a duplicate of 138245 ***
Status: NEW → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
Updated•16 years ago
|
Product: Core → SeaMonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•