Closed Bug 461083 Opened 16 years ago Closed 8 years ago

Accessing an attachment by entering its ID on attachment.cgi doesn't work in IE 7 and older

Categories

(Bugzilla :: Attachments & Requests, defect)

2.18
All
Windows XP
defect
Not set
minor

Tracking

()

RESOLVED WONTFIX

People

(Reporter: xiaoou.wu, Unassigned)

References

Details

Go to https://landfill.bugzilla.org/bugzilla-tip/attachment.cgi

Then enter an Attachment ID, and press *Details* or *View*, it doesn't response.
Works for me. Maybe you tried an invalid attachment ID? Some have probably been deleted.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → WORKSFORME
hmmm, for *IE*(I have IE7), it doesn't work.
It works for *Firefox* though.
hmmm, for *IE*(I have IE7), it doesn't work.
It works for *Firefox* though.
Severity: normal → minor
Status: RESOLVED → UNCONFIRMED
Keywords: qawanted
OS: All → Windows XP
Resolution: WORKSFORME → ---
Summary: Access an attachment by entering its ID won't work. → Access an attachment by entering its ID doesn't work in IE.
Summary: Access an attachment by entering its ID doesn't work in IE. → Accessing an attachment by entering its ID on attachment.cgi doesn't work in IE
WFM, ie7 on xp.
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago16 years ago
Resolution: --- → WORKSFORME
Keywords: qawanted
OK, now it doesn't WFM
Status: RESOLVED → UNCONFIRMED
Resolution: WORKSFORME → ---
When I enter "51" and hit Enter:

Bugzilla has suffered an internal error. Please save this page and send it to
webmaster@bugzilla.org with details of what you were doing at the time this
message appeared. 

URL:
https://landfill.bugzilla.org/bugzilla-tip/attachment.cgi?id=51&action=Details&action=View

Unknown action Details!
When I press screen buttons 'Details' or 'View' nothing happens

Internet Explorer 7.0.5730.11
This is a bug in IE 6 and 7. This problem seems to be fixed in IE8 beta.

From what I could read at http://allinthehead.com/retro/330/coping-with-internet-explorers-mishandling-of-buttons:

IE 6 passes all <button>s back to the server, independently of the one you clicked on. Meaning that you have no way to know on which button the user clicked!

IE7 passes the content of the clicked <button> instead of its value, in contradiction with the HTML 4.01 spec.


So the only way to fix this problem is to leave <button> in favor of <input type="submit">. But in this case, we can no longer have the label to be different from value="bla". This means that instead of "Details" and "View", we would have "edit" and "view", which are not localizabled. See bug 87770 for more details.

Note that this bug exists since Bugzilla 2.18, and nobody ever complained (AFAIK) in the last 4.5 years. So we may as well live with this bug and let people upgrade to IE8 when it's available.
Status: UNCONFIRMED → NEW
Depends on: 87770
Ever confirmed: true
Version: 3.2 → 2.18
> Note that this bug exists since Bugzilla 2.18, and nobody ever complained
> (AFAIK) in the last 4.5 years. So we may as well live with this bug and let
> people upgrade to IE8 when it's available.

The reason why people don't use it, is because you can't access it directly from another bugzilla page.
So, indeed, you just can wait.

But are there other pages on tip which could arise the same problem?
Confirmed for Bugzilla 3.2, IE6. (No problem with Firefox.)
IE 6 and IE 7 are now unsupported.
Status: NEW → RESOLVED
Closed: 16 years ago8 years ago
Resolution: --- → WONTFIX
Summary: Accessing an attachment by entering its ID on attachment.cgi doesn't work in IE → Accessing an attachment by entering its ID on attachment.cgi doesn't work in IE 7 and older
You need to log in before you can comment on or make changes to this bug.