Closed Bug 248610 Opened 20 years ago Closed 20 years ago

Bugzilla buglist reloads after partially loading in Firefox

Categories

(Firefox :: General, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 61363

People

(Reporter: klassphere, Assigned: bugzilla)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040624 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a2) Gecko/20040624 Firefox/0.8.0+

When loading the page
http://bugzilla.mozilla.org/buglist.cgi?query_format=&short_desc_type=allwordssubstr&short_desc=&product=Firefox&long_desc_type=substring&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&keywords_type=allwords&keywords=&bug_status=UNCONFIRMED&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailassigned_to1=1&emailtype1=exact&email1=&emailassigned_to2=1&emailreporter2=1&emailqa_contact2=1&emailtype2=exact&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&field0-0-0=noop&type0-0-0=noop&value0-0-0=&order=bugs.bug_id
directly, it adds the following at the head:

-----------------------------------------------------------------
WARNING: YOUR BROWSER DOESN'T SUPPORT THIS SERVER-PUSH TECHNOLOGY.
--------- =_aaaaaaaaaa0
Content-Type: text/html

<html>
  <head>
    <title>Bugzilla is pondering your query</title>
  </head>
  <body>
    <h1 style="margin-top: 20%; text-align: center;">Please stand by ...</h1>


  </body>
</html>
--------- =_aaaaaaaaaa0
Content-Type: text/html
Set-Cookie: LASTORDER=bugs.bug_id; path=/; expires=Fri, 01-Jan-2038 00:00:00 GMT
Set-Cookie: BUGLIST=; path=/; expires=Tue, 15-Sep-1998 21:49:00 GMT
-----------------------------------------------------------------------

and a browser reload the page in the middle of loading it.

Reproducible: Always
Steps to Reproduce:




Expected Results:  
Stop annoying reload.
What browser are you using when you see this?  If you can even see that outside
of a "view source", then your browser is broken.  That text being there actually
means it if you see it.  If server push is supported properly, that string is
removed before the browser displays it.  Bugzilla browser-sniffs and will only
use server push if you're using a browser that claims to support it.  This will
do broken and mean and nasty things if you're using something like Internet
Explorer and set the UserAgent string to claim it's Mozilla...
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
(In reply to comment #1)
> What browser are you using when you see this?  If you can even see that outside
> of a "view source", then your browser is broken.  That text being there actually
> means it if you see it.  If server push is supported properly, that string is
> removed before the browser displays it.  Bugzilla browser-sniffs and will only
> use server push if you're using a browser that claims to support it.  This will
> do broken and mean and nasty things if you're using something like Internet
> Explorer and set the UserAgent string to claim it's Mozilla...

Really? As you see from my UA, I use the latest trunk of Firefox as always *shrug*
Then I'll submit this problem to Firefox bugs anyway, thanks.
Status: RESOLVED → UNCONFIRMED
Component: Query/Bug List → General
Product: Bugzilla → Firefox
Resolution: INVALID → ---
Summary: Bug list adds unnecessary warning about PUSH → Firefox should support server push in Bugzilla
I'm using Firefox, works fine for me...

Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040614
Firefox/0.9

I'm using 0.9 and not trunk though.  If it's actually broken, it's a regression
-- that's always worked in Firefox.
Assignee: justdave → firefox
QA Contact: mattyt-bugzilla → firefox.general
(In reply to comment #3)
> I'm using 0.9 and not trunk though.  If it's actually broken, it's a regression
> -- that's always worked in Firefox.

Well, for me I think it was as I described in the first post even in Firefox 0.8...

What I see here is,
1. Open the URL of the Bugzilla query (to see Firefox bugs filtered)
2. Almost half of the list is displayed
3. Then the main area reloads to the "Please stand by..." message
4. Reloads again, back to the list which is identical to the one in the step 2.
"View Source" reveals it has the warning about server push not supported.

Don't you see the transition from 2 to 3 in Firefox? What I call "annoying
reload" is it. Is it necessary for Bugzilla to do it?
Ahhhh....  okay.  That's a character set detection reload.

Nothing to do with the server push.

Totally dependent on the content of the buglist.  Something in the buglist has a
summary that's not in the default charset, so when Firefox notices it, it
changes the character set to match then reloads the page.

It's very annoying, and a pretty high-profile bug, but it's been slow going to
get it fixed.



*** This bug has been marked as a duplicate of 61363 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago20 years ago
Resolution: --- → DUPLICATE
Summary: Firefox should support server push in Bugzilla → Bugzilla buglist reloads after partially loading in Firefox
You need to log in before you can comment on or make changes to this bug.