Closed
Bug 584069
Opened 15 years ago
Closed 15 years ago
IE6 throws many JS errors
Categories
(Bugzilla :: User Interface, defect)
Tracking
()
RESOLVED
FIXED
Bugzilla 4.0
People
(Reporter: LpSolit, Assigned: guy.pyrzak)
References
Details
(Keywords: regression)
Attachments
(1 file, 1 obsolete file)
|
1.03 KB,
patch
|
LpSolit
:
review+
|
Details | Diff | Splinter Review |
IE6 throws many JS errors when you visit Bugzilla 4.0 and 4.1 (no problem with Bugzilla 3.6). This is especially true when viewing a bug, where you spend the first few seconds clicking "OK" for all the errors thrown at your face. The only error which was readable is about Yahoo.Bugzilla being NULL. The other ones are cryptic, but probably related.
IE6 being the most used browser in the world, I doubt we can afford to ignore it.
Flags: blocking4.0?
| Assignee | ||
Comment 1•15 years ago
|
||
IE6 is not a tolerant browser, trailing commas == #FAIL
Assignee: ui → guy.pyrzak
Attachment #462447 -
Flags: review?(LpSolit)
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Comment 2•15 years ago
|
||
Comment on attachment 462447 [details] [diff] [review]
v1
There are other issues, as discussed on IRC.
Attachment #462447 -
Flags: review?(LpSolit) → review-
| Assignee | ||
Comment 3•15 years ago
|
||
found another trailing comma
Attachment #462447 -
Attachment is obsolete: true
Attachment #462477 -
Flags: review?(LpSolit)
| Reporter | ||
Comment 4•15 years ago
|
||
Comment on attachment 462477 [details] [diff] [review]
v2
Yes, this fixes all issues reported by IE6. Thanks a lot! :) r=LpSolit
Attachment #462477 -
Flags: review?(LpSolit) → review+
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Comment 5•15 years ago
|
||
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/trunk/
modified js/field.js
modified template/en/default/global/header.html.tmpl
Committed revision 7421.
Committing to: bzr+ssh://lpsolit%40gmail.com@bzr.mozilla.org/bugzilla/4.0/
modified js/field.js
modified template/en/default/global/header.html.tmpl
Committed revision 7364.
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•