Open
Bug 367093
Opened 18 years ago
Updated 2 years ago
CF_HTML Clipboard format copied from FF contains modified HREF Urls
Categories
(Core :: DOM: Serializers, defect)
Tracking
()
UNCONFIRMED
People
(Reporter: max.vlasov, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.1) Gecko/20061204 Firefox/2.0.0.1
Using CF_HTML Clipboard format from the page copied in FireFox one can reveal that Href urls in <A> tags appear to be different from the original one, for example symbol "~" is replaced with %7E entity. But while some servers don't care, others like www.allmusic.com consider them different and fails when using the modified form.
Reproducible: Always
Steps to Reproduce:
1. Open the page http://www.allmusic.com/cg/amg.dll?p=amg&sql=17:1755935
2. Find first speaker icon and Copy Link Location.
This should be: http://www.allmusic.com/cg/amg.dll?p=amg&sql=50:98v8b5t4msn0~T
3. Copy the contents of the page to the clipboard.
4. Paste the CF_HTML (Microsoft HTML Clipboard format) somewhere (like NVU HTML editor) and find in the source the proper link, it should contain http://www.allmusic.com/cg/amg.dll?p=amg&sql=50:98v8b5t4msn0%7ET
(~ was replaced by %7E)
Actual Results:
<A HRef="http://www.allmusic.com/cg/amg.dll?p=amg&sql=50:98v8b5t4msn0%7ET">
Expected Results:
<A HRef="http://www.allmusic.com/cg/amg.dll?p=amg&sql=50:98v8b5t4msn0~T">
Comment 1•15 years ago
|
||
do you see this problem also in version 3.5 or newer?
Component: General → Widget
Product: Firefox → Core
Whiteboard: [closeme 2010-02-10]
Reporter | ||
Comment 2•15 years ago
|
||
Just checked the same urls and data, the problem exists in FF 3.5.4. The contents of the page http://www.allmusic.com/cg/amg.dll?p=amg&sql=17:1755935 hasn't significantly changed since 2007 so the links with ~ exists in the page html source and still being changed when clipboard access with CF_HTML format.
Updated•15 years ago
|
QA Contact: general → general
Whiteboard: [closeme 2010-02-10]
Updated•4 years ago
|
Component: Widget → DOM: Serializers
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•