Open
Bug 235321
Opened 22 years ago
Updated 3 years ago
Request: allow pasting RFC1738-encoded URLs
Categories
(Core :: DOM: UI Events & Focus Handling, enhancement)
Tracking
()
NEW
People
(Reporter: tzs, Unassigned)
Details
User-Agent:
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031007 Firebird/0.7
Please allow entering URLs, both into the address bar and via middle-click on the main
window area, that are in RFC1738 encoding. E.g., <URL:http://whatever>, and handle
unwrapping wrapped URLs of that form.
If a major browser, such as Firefox, supported this, it might encourage people to start
actually encoding their URLs that way on Usenet and in email. :-)
Reproducible: Always
Steps to Reproduce:
1. Get such an encoded URL on the clipboard
2. Middle-click in the main window
3.
Actual Results:
It treats it like any other non-URL text
Expected Results:
Extract the URL from the pasted text, fix any line wrapping, process the URL.
Comment 1•22 years ago
|
||
Stripping line breaks is bug 23485 and should apply even to URLs without <> or
<URL:>.
Comment 2•20 years ago
|
||
I'm moving this to Core/Event Handling and changing status to NEW. The devs
will make the decision to implement this or not.
Assignee: firefox → events
Status: UNCONFIRMED → NEW
Component: General → Event Handling
Ever confirmed: true
Product: Firefox → Core
QA Contact: ian
Version: unspecified → Trunk
Updated•16 years ago
|
Assignee: events → nobody
QA Contact: ian → events
| Assignee | ||
Updated•7 years ago
|
Component: Event Handling → User events and focus handling
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•