Closed
Bug 363588
Opened 18 years ago
Closed 18 years ago
DHTML progress bar appears incorrect and not functional
Categories
(Firefox :: Disability Access, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 364352
People
(Reporter: deangelo, Unassigned)
References
()
Details
(Keywords: access, regression)
Env: Test environment:
Windows XP, Firefox 3 (Minefield) build 20061212 Window Eyes 6.0
Steps to recreate:
1. Start Firefox 3 and Window Eyes screen reader.
2. Go to url: http://www.mozilla.org/access/dhtml/progressbar
3. Click on button for loading schedule, you will notice that the schedule never gets loaded, thus you can't activate the cancel button either.
Expected results:
The progress bar should function as designed.
Note: This is a regression, because it works fine on Firefox 2.
Comment 1•18 years ago
|
||
It's having trouble parsing the CDATA section in the <script> tag, it seems. I see
Error: syntax error
Source File: http://www.mozilla.org/access/dhtml/progressbar
Line: 16
Source Code:
<![CDATA[
when I load the page. It'd be nice to figure out when this regressed.
Reporter | ||
Comment 2•18 years ago
|
||
Adam, I have no problems loading the url http://www.mozilla.org/access/dhtml/progressbar
I will see if I can find another example that shows the regression.
Comment 3•18 years ago
|
||
(In reply to comment #1)
> It's having trouble parsing the CDATA section in the <script> tag, it seems. I
> see
> when I load the page. It'd be nice to figure out when this regressed.
It's because Firefox 3 won't load it as XHTML. Not sure why that regressed. We're sending it as XHTML.
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → DUPLICATE
Comment 4•18 years ago
|
||
Wayne, the error Adam is talking about in comment 1 is something we see in the console window when debugging. It might show up in the JavaScript console under Tools as well.
You need to log in
before you can comment on or make changes to this bug.
Description
•