Closed
Bug 294353
Opened 20 years ago
Closed 20 years ago
'copy image location' on a input image yields a relative reference
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 280470
People
(Reporter: weinhold, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050511 Firefox/1.0.4 A right-click and 'copy image location' of a clickable image returns the exact image link, which may be relative. It should also convert the link to an absolute reference. Reproducible: Always Steps to Reproduce: 1. Visit http://caldercam.com/test.html which demonstrates the bug 2. Right-click on the right-most image 3. Select 'copy image location' 4. 'Paste' the results into notepad, word, vi, or whatever. Actual Results: foo/caldersnip.jpg Expected Results: http://caldercam.com/foo/caldersnip.jpg
Comment 1•20 years ago
|
||
With Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.8) Gecko/20050509 Firefox/1.0.4 I get "foo/caldersnip.jpg" With Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.8b2) Gecko/20050515 Firefox/1.0+ ID:2005051518 I get "http://caldercam.com/foo/caldersnip.jpg" So WFM?
Comment 2•20 years ago
|
||
wfm with a current trunk build.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
| Reporter | ||
Comment 3•20 years ago
|
||
(In reply to comment #2) > wfm with a current trunk build. works for you? really? Any guess as to why I always get the relative image reference instead of an absolute reference?
Comment 4•20 years ago
|
||
Because it was fixed on the trunk, but not on the 1.0.x branch, in bug 280470
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
Comment 5•20 years ago
|
||
*** This bug has been marked as a duplicate of 280470 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → DUPLICATE
| Reporter | ||
Comment 6•20 years ago
|
||
Thanks for the follow-up. My bad for not searching mozilla bugs.
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•