Closed Bug 343808 Opened 19 years ago Closed 19 years ago

Page displays blank white

Categories

(Camino Graveyard :: Page Layout, defect)

PowerPC
macOS
defect
Not set
normal

Tracking

(Not tracked)

VERIFIED DUPLICATE of bug 178258

People

(Reporter: mattyx666, Unassigned)

References

()

Details

User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2 Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8.0.4) Gecko/20060613 Camino/1.0.2 Page displays black white when logging in to Tmobile Jobs website at the following URL: https://tmobile.recruitmax.com/ENG/Candidates/default.cfm? If I try to login to this site, I am given a blank white page upon logging in. This problem also exists in Firefox, but not in Safari or Omniweb. Reproducible: Always Steps to Reproduce: 1.Go to https://tmobile.recruitmax.com/ENG/Candidates/default.cfm? 2.Log in 3. Expected Results: Blank white page. Displayed the career page at Tmobile.com
Thanks for filing, Matt. Can you create a login that we can use for QA/testing purposes? Or can you have someone at T-Mo do it? cl
Can we move this to Core::General since it happens in Firefox too?
(In reply to comment #2) > Can we move this to Core::General since it happens in Firefox too? > Sure, but I was hoping we could help out the Core triage folks a bit more first :-p cl
I created a username/pw for this. It is: user: browsertest pw: mozilla Also, I just notices my typo in the title, its not a black white screen, its a blank white screen. Sorry, /m/
Summary: Page displays black white → Page displays blank white
OK, I can repro the problem using Camino 1.0.2. I don't think, however, that the problem is a bug in Gecko. I think the site is busted. Here's the entirety of the HTML code of the blank page: <!--/ENG/Candidates/dologin.cfm--> <script> //milliseconds 60000 = 1 minute window.setTimeout("Logout()",7200000)//2 hrs </script> <script> function Logout() { location.replace( "/ENG/dologout.cfm?szPortal=Candidate" ); } </script> <form name="sendToURL" action="default.cfm?szCategory=CareerAgent" method="post"> <input type="hidden" name="szCandidateID" value="3341413"> </form> <script language="javascript"> document.sendToURL.submit(); </script> I'm far from a JS expert, but something there is definitely not working right. cl
Console.log output: JavaScript error: https://tmobile.recruitmax.com/ENG/Candidates/dologin.cfm?szOrderID=0, line 164: document.sendToURL has no properties This works in Safari, FWIW. *** This bug has been marked as a duplicate of 178258 ***
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → DUPLICATE
Is it worth leaning on T-Mo/recruitmax to put a <body> tag on that page, which AIUI will work around the bug (like I said, bad page code, but also the bug Smokey duped to)? cl
Status: RESOLVED → VERIFIED
You need to log in before you can comment on or make changes to this bug.