Closed
Bug 90000
Opened 24 years ago
Closed 23 years ago
quicksearch from bugzilla main page does not work with IE 6.0
Categories
(Bugzilla :: Query/Bug List, defect, P1)
Tracking
()
People
(Reporter: jhatax, Assigned: afranke)
References
()
Details
When using Bugzilla with IE 6.0, the following error is reported when a text
based search is done from the "enter a bug # or some search terms:"
Line 75
Error: Out of stack space.
If you click No in the dialog that shows the error, another message appears:
Stack Overflow: Line 0
On clicking Ok, the following page is displayed:
http://bugzilla.mozilla.org/show_bug.cgi?id=memory+management
It should take me to a page that has the words memory management in the bug
summary/description. Instead, bugzilla is trying to interpret the words as a
bug id (a number) and is therefore returning an error. A look at the code
indicates no code for IE 6.0.
Reproducibility: Always
Browser used: IE 6.00.2462
Comment 1•24 years ago
|
||
-> afranke for quicksearch
Assignee: tara → afranke
Severity: normal → major
Summary: Searching from the bugzilla main page does not work with IE 6.0 → quicksearch from bugzilla main page does not work with IE 6.0
Comment 2•24 years ago
|
||
I wouldn't be at all suprised if this was a bug in IE6. I also wouldn't
consider this major as IE 6 isn't released yet.
Severity: major → normal
Assignee | ||
Comment 3•24 years ago
|
||
Cool bug number... I always wanted to have such a bug...
I belive this is the same issue as bug 83619. The problem there was a stack
overflow in a recursive implementation of a "member" function for lists. The
line number in this bug report is exactly the "member" function in
quicksearch.js. An a fix, an iterative implementation of the "member" function
was checked into cvs on June 15th.
According to http://bugzilla.mozilla.org/cvs-update.log , bugzilla.mozilla.org's
last cvs update was on June 12th, so it doesn't have this fix yet.
Dawn, or Myk, can you please cvs update the bugzilla.mozilla.org installation
again?
Updated•24 years ago
|
Severity: normal → major
Priority: -- → P1
Target Milestone: --- → Bugzilla 2.16
Assignee | ||
Comment 4•24 years ago
|
||
Dawn, it's been two months now since the last cvs update. Does mozilla.org have
an upgrade strategy/policy for bugzilla? When is the next upgrade planned?
Comment 5•24 years ago
|
||
2.14 is due out RSN, so we're ready for mozilla.org to upgrade within the next
week.
Assignee | ||
Comment 6•24 years ago
|
||
bugzilla.mozilla.org has been updated, so this should be fixed now. Reporter,
please verify or re-open.
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Comment 8•23 years ago
|
||
reopening in order to dupe...
Status: VERIFIED → REOPENED
Resolution: FIXED → ---
Target Milestone: Bugzilla 2.16 → ---
Comment 9•23 years ago
|
||
*** This bug has been marked as a duplicate of 83619 ***
Status: REOPENED → RESOLVED
Closed: 24 years ago → 23 years ago
Component: Bugzilla → Query/Bug List
Product: Webtools → Bugzilla
Resolution: --- → DUPLICATE
Version: Bugzilla 2.13 → 2.13
Updated•12 years ago
|
QA Contact: matty_is_a_geek → default-qa
You need to log in
before you can comment on or make changes to this bug.
Description
•