Closed
Bug 157006
Opened 23 years ago
Closed 16 years ago
Select All/Copy at image URL results in error text on Clipboard
Categories
(SeaMonkey :: UI Design, defect)
SeaMonkey
UI Design
Tracking
(Not tracked)
RESOLVED
EXPIRED
People
(Reporter: stf, Assigned: samir_bugzilla)
References
()
Details
If you go to that page and click on the Preferences link in the left frame, then
click on the Preferences images that's on the right frame, to be sure that's the
right frame which has the focus.
Now ask Edit-Select All then Copy. Go to the Finder and open the Clipboard,
you'll find this TEXT message:
"The image “http://www.stocksraiders.com/chimera/PrefWithIcons05.jpg” cannot be
displayed, because it contains errors."
No matter the image.
V0.40 Build 20020711 16:04
Confirmed using Chimera/20020708 and FizzillaCFM/2002070913. Behavior can be
observed by simply accessing [http://bugzilla.mozilla.org/ant.jpg]. Trying XP
Toolkit/Widgets first.
Assignee: saari → jaggernaut
Component: General → XP Toolkit/Widgets
Product: Chimera → Browser
QA Contact: winnie → jrgm
Summary: Copying an image gives an error message → Select All/Copy at image URL results in error text on Clipboard
Version: unspecified → other
Comment 2•23 years ago
|
||
-> chimera
Assignee: jaggernaut → saari
Component: XP Toolkit/Widgets → General
Product: Browser → Chimera
QA Contact: jrgm → winnie
Version: other → unspecified
Comment 3•23 years ago
|
||
Okay. So this message is really generated as the fix to bug 9796, the idea
being that when the synthetic document is created (in nsImageDocument.cpp) an
ALT attribute that presumes failure is added to the IMG element. So, if the
image is "broken" for some reason, the user sees a message saying something to
that effect, instead of the previous behaviour of showing the image URL only
in the case of an broken image.
But, now, when you copy '...<body><img src="not404.gif" alt="foopy"></body>',
you get the text string "foopy" placed on the clipboard. But the "alt text as
error message" is now completely misleading in this context.
I'd say that reverting to the previous 'show the url in place of a failed
image load' is better than showing error messages in non-error situations.
But I'm having trouble really caring about either situation.
Assignee: saari → sgehani
Component: General → XP Apps
OS: MacOS X → All
Product: Chimera → Browser
QA Contact: winnie → paw
Hardware: Macintosh → All
Version: unspecified → other
Comment 4•23 years ago
|
||
so wait a second
this bug is about this, right:
1) An image is displayed "stand-alone" (ie. not as part of a web page)
2) user does "Select All"
3) user does "Copy"
4) Clipboard contains error message
Updated•21 years ago
|
Product: Core → Mozilla Application Suite
Comment 5•16 years ago
|
||
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but has been without a comment since the inception of the SeaMonkey project. This means that it was logged against the old Mozilla suite and we cannot determine that it's still valid for the current SeaMonkey suite. Because of this, we are setting it to an UNCONFIRMED state.
If you can confirm that this report still applies to current SeaMonkey 2.x nightly builds, please set it back to the NEW state along with a comment on how you reproduced it on what Build ID, or if it's an enhancement request, why it's still worth implementing and in what way.
If you can confirm that the report doesn't apply to current SeaMonkey 2.x nightly builds, please set it to the appropriate RESOLVED state (WORKSFORME, INVALID, WONTFIX, or similar).
If no action happens within the next few months, we move this bug report to an EXPIRED state.
Query tag for this change: mass-UNCONFIRM-20090614
Status: NEW → UNCONFIRMED
Comment 6•16 years ago
|
||
MASS-CHANGE:
This bug report is registered in the SeaMonkey product, but still has no comment since the inception of the SeaMonkey project 5 years ago.
Because of this, we're resolving the bug as EXPIRED.
If you still can reproduce the bug on SeaMonkey 2 or otherwise think it's still valid, please REOPEN it and if it is a platform or toolkit issue, move it to the according component.
Query tag for this change: EXPIRED-20100420
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → EXPIRED
You need to log in
before you can comment on or make changes to this bug.
Description
•