Closed
Bug 561067
Opened 15 years ago
Closed 15 years ago
Our 'List Results' "Change Columns" redirect results in un-rendered page
Categories
(Bugzilla :: Query/Bug List, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 376044
People
(Reporter: rob1weld, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.5pre) Gecko/20100421 Namoroka/3.6.5pre (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.5pre) Gecko/20100421 Namoroka/3.6.5pre (.NET CLR 3.5.30729)
When you perform an action that results in a List (searching) on our Site you get a Webpage that has Columns.
When you have a 'columned List' the bottom of the Webpage has a Link that takes you to a Page that allows you to change your Columns.
If you choose to change your Columns you are redirected but the resulting page is not rendered, you see the source.
Reproducible: Always
Steps to Reproduce:
1. Perform an action that results in a List, clicking on "My Bugs" (bottom of this Page) will do.
2. Scroll to bottom of Page again and click on your "Change Columns".
3. Change a Column. I choose "Product", "QA Contact Realname" also works.
4. Click the "Change Columns" Button.
Actual Results:
The redirect is to a Page that is in source format rather than being rendered.
Expected Results:
We likely wish to go back to seeing what we did a moment ago with the change in place.
The change does take effect and if you go back (carefully) in History (still on this Site) to a correctly rendered Page that had Columns and reload, or to any Page that you can subsequently cause a List, you see the correct result.
I also take issue with the result.
I get a 'double BODYed' Webpage served to me (edited for brevity):
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Change columns</title>
...
</head>
<body onload=""
class="bugzilla-mozilla-org">
<div id="header">
...
</body>
</html><!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>200 OK</title>
</head><body>
<h1>OK</h1>
<p>The document has moved <a href="buglist.cgi?'__LONG_LINE__'">here</a>.</p>
</body></html>
Comment 1•15 years ago
|
||
WFM - Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.3) Gecko/20100401 Firefox/3.6.3 (.NET CLR 3.5.30729) ID:20100401080539
Assignee: nobody → query-and-buglist
Component: General → Query/Bug List
Product: Firefox → Bugzilla
QA Contact: general → default-qa
Updated•15 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•