Closed
Bug 83233
Opened 24 years ago
Closed 24 years ago
No "Copy Image Location" context menu item for alt content of broken images.
Categories
(SeaMonkey :: General, defect)
Tracking
(Not tracked)
People
(Reporter: alexeyc2003, Assigned: mpt)
Details
(Keywords: qawanted, testcase)
Attachments
(1 file)
507 bytes,
text/html
|
Details |
OS: Win2K
Build: 2001052904
Steps to Reproduce: Open a page with a broken image that doesn't load.
Actual behaviour: No "Copy Image Location" in context menu of alternative content.
Expected behaviour: Have "Copy Image Location" menu item to be able to copy URL
of the broken image into clipboard.
Reporter | ||
Comment 1•24 years ago
|
||
Reporter | ||
Comment 2•24 years ago
|
||
I'm not sure if I got the component right.
Maybe this should belong to HTMLElement?
Keywords: testcase
Comment 3•24 years ago
|
||
Shouldn't images replaced by alt text act exactly like text? This would include
not having any image-only context menu items....
I believe we tear down the image frame completely and replace it with a text
frame.
Reporter | ||
Comment 4•24 years ago
|
||
But even though presentation of an element changes, it's still the same <img>
element. It still has a source URL. And I think that broken URL should be easily
accessible through "Copy Image Location" instead of having to look at the page
source.
CCing David and Ian for QA
Comment 5•24 years ago
|
||
ccing blake also. If it's "still the same <img> element", why is the context
menu code not detecting that? I believe it just looks at the nodeName...
Keywords: qawanted
Assignee | ||
Comment 6•24 years ago
|
||
Hixie can stop me if I'm wrong here. This bug is a rehash of the discussion in
bug 23691, which was marked as a duplicate of bug 41924. We could leave this
bug open and dependent on 41924, but I'll give the Layout people the benefit of
the doubt and assume that the fix for 41924 will automatically make every
image-related feature also accessible from an unloaded image's placeholder
icon.
Therefore ...
*** This bug has been marked as a duplicate of 41924 ***
Status: NEW → RESOLVED
Closed: 24 years ago
QA Contact: zach → ian
Resolution: --- → DUPLICATE
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•