Closed
Bug 125653
Opened 23 years ago
Closed 23 years ago
[FIX] QA menu 'File a Bug' link uses wrong URL
Categories
(SeaMonkey :: UI Design, defect, P2)
SeaMonkey
UI Design
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: pete, Assigned: Biesinger)
References
Details
Attachments
(1 file, 1 obsolete file)
17.50 KB,
patch
|
timeless
:
review+
alecf
:
superreview+
|
Details | Diff | Splinter Review |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.8+)
Gecko/20020214
BuildID: 2002021403
QA -> File a Bug links to:
http://www.mozilla.org/quality/bug-form.html
when it should link to:
http://www.mozilla.org/quality/help/bug-form.html
you might consider this bug's severity as 'minor' or 'normal', but considering
the functionality of this menu option and how that fits in with the philosophy
of Mozilla being a test suite, I've marked this as 'major'
this bug blocks bug 124484
Updated•23 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
OS: Windows 2000 → All
Assignee | ||
Comment 1•23 years ago
|
||
I changed it to http://www.mozilla.org/quality/help/bugzilla-helper.html
because that's where bug-form.html redirects to
Comment on attachment 69687 [details] [diff] [review]
patch
i should have asked that this stuff be moved into a .dtd file.
Attachment #69687 -
Flags: review+
Assignee | ||
Comment 3•23 years ago
|
||
taking bug
Assignee: blaker → cbiesinger
Priority: -- → P2
Hardware: PC → All
Target Milestone: --- → mozilla0.9.9
Assignee | ||
Comment 4•23 years ago
|
||
changes all window._content.location.href=foo to loadURI(foo) in that file
Attachment #69687 -
Attachment is obsolete: true
Comment on attachment 69693 [details] [diff] [review]
new patch
thank you. i asked for this from the previous patcher but couldn't get anyone
to agree ...
Attachment #69693 -
Flags: review+
Comment 6•23 years ago
|
||
Comment on attachment 69693 [details] [diff] [review]
new patch
nice cleanup! sr=alecf
Attachment #69693 -
Flags: superreview+
Comment 7•23 years ago
|
||
I fixed the file a bug link in the original bug, so I probably broke your patch.
Also, you introduced 5 tabs in your patch, screwing up the indentation...
Assignee | ||
Comment 8•23 years ago
|
||
jmd, ok, I'll just check in the rest of the changes
Status: NEW → ASSIGNED
Summary: QA menu 'File a Bug' link uses wrong URL → [FIX] QA menu 'File a Bug' link uses wrong URL
Assignee | ||
Comment 9•23 years ago
|
||
checked in (using tabs instead of spaces)
marking fixed.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
You need to log in
before you can comment on or make changes to this bug.
Description
•