Closed
Bug 932788
Opened 12 years ago
Closed 9 years ago
Spinner on Tab keeps spinning after a second redirect to original page
Categories
(Firefox :: Untriaged, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: beginner_, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 6.1; rv:24.0) Gecko/20100101 Firefox/24.0 (Beta/Release)
Build ID: 20130910160258
Steps to reproduce:
I use automatic login script (PHP) which logs a user in using windows auth (NTLM). The user requests the desired page, the page checks if user is logged in. If the user is not logged it in redirects (302) to the login script. The login script authenticates the user and if successful redirects (302) back to the original requested page. So the sequence is myPage 302 -> loginScript 302 -> myPage 200
Actual results:
Functionally it works fine however the issue is that the icon of the affected tab keeps spinning like the page is still loading. This never stops even if say I navigate to google.com. Only way to stop it is to close the tab.
Expected results:
The correct icon of the web page should be shown in the tab and not the spinner.
Comment 1•12 years ago
|
||
Could you please try the following, to see if you still reproduce the issue:
1) try this with a clean profile: http://support.mozilla.org/en-US/kb/profile-manager-create-and-remove-firefox-profiles
2) running in Safe mode: http://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode
Hi reporter,
Did Manuela's steps helped you? Can you please provide a link where I could test this?
Can you please try to reproduce this on the latest release(43.0.4) and latest Nightly(46.0a1) and provide the results?
Thanks,
Paul.
Flags: needinfo?(beginner_)
Since the reporter didn't provide the requested information, I will mark this issue as RESOLVED INCOMPLETE. If you still encounter this problem, please feel free to reopen this bug, or file a new one.
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(beginner_)
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•