Closed
Bug 553167
Opened 15 years ago
Closed 15 years ago
[HTML5] Telus Careers sign in page (privacy agreement form) fails with HTML5 parser
Categories
(Core :: DOM: HTML Parser, defect)
Core
DOM: HTML Parser
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: fehe, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a4pre) Gecko/20100317 Firefox/3.5.8 (.NET CLR 3.5.30729)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a4pre) Gecko/20100317 Minefield/3.7a4pre
The "Sign In" page at Telus Careers fails (at accepting the Privacy Agreement) if HTML5 parser is enabled.
Works with old parser.
Reproducible: Always
Steps to Reproduce:
1. Enable HTML5 parser
2. Visit http://about.telus.com/careers/en/careerOpp.html
3. Click the "Sign In" link at mid-top-right of the page.
4. Scroll to the bottom, select "I accept" and click "Continue"
5. Get failure page with message "A system error has occurred."
6. Select Tools --> Clear Recent History... and clear everything from the last hour.
7. Disable HTML5 parser
8. Repeat Steps 2 to 4. It works in this case. You get the login page.
9. If you want to repeat with HTML5 parser enabled, be sure to repeat Step 6 first.
Blocks: html5-parsing
Version: unspecified → Trunk
Summary: [HTML5] Telus Careers login page fails with HTML5 parser → [HTML5] Telus Careers sign in page (privacy agreement form) fails with HTML5 parser
Comment 1•15 years ago
|
||
I failed find the declaration of the function that Continue button's click handler calls on casual inspection.
(In reply to comment #1)
> I failed find the declaration of the function that Continue button's click
> handler calls on casual inspection.
How come it works with the old parser then? If that was the problem, shouldn't it also fail with the regular HTML parser?
Additionally, both Chrome and IE 8 handle the page without issue.
Comment 4•15 years ago
|
||
(In reply to comment #2)
> (In reply to comment #1)
> > I failed find the declaration of the function that Continue button's click
> > handler calls on casual inspection.
>
> How come it works with the old parser then?
Finding the function declaration needs more than mere casual inspection. :-)
Comment 5•15 years ago
|
||
this is WFM using Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.3a5pre) Gecko/20100427 Minefield/3.7a5pre ID:20100428004545
Yes. Thanks.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → WORKSFORME
Comment 7•10 years ago
|
||
Issue is resolved - clearing old keywords - qa-wanted clean-up
Keywords: qawanted
You need to log in
before you can comment on or make changes to this bug.
Description
•