Closed
Bug 134404
Opened 23 years ago
Closed 23 years ago
Browser usually hangs trying to load this page
Categories
(Core :: MathML, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 122554
People
(Reporter: jsmith, Assigned: rbs)
References
()
Details
(Keywords: hang)
Attachments
(1 file)
|
585 bytes,
text/xml
|
Details |
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.9) Gecko/20020313
BuildID: 2002031312
The browser usually (but not always) hangs when trying to load this page.
Reproducible: Sometimes
Steps to Reproduce:
1.Just load this URL.
2.
3.
Actual Results: The browser hung and I had to kill it.
Expected Results: Load this web page (which is validated XHTML/MATHML)
Comment 2•23 years ago
|
||
I've narrowed it down to the <mtable>.
It seems to be that that an empty <mtext> causes the freeze.
Reporter,
For a workaround you can try removing the <mtext></mtext> or putting something
invisible between them.
Confirming on Linux build #2002032919
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 3•23 years ago
|
||
(Sometimes it doesn't hang on the first time, either reloading or going back and
forward should hang it)
Comment 4•23 years ago
|
||
in order for this to work you must have a '134494.css' file which can be empty.
(touch 134494.css will do)
Comment 5•23 years ago
|
||
The file I attached is the simplified test case.
It's interesting to note that it doesn't actually require the css file after all.
As long as the link tag refers to a stylesheet, this hang will occur.
If you remove the stylesheet, it will not hang.
It reminds bug 125404.
BTW, cannot reproduce - it works for me on Win2K with a more recent build from
the tip. Please try a more recent build.
Comment 8•23 years ago
|
||
right. just built again [2002033119] and it no longer hangs.
The bug goes away when I defined classes in the CSS file for all of the classes
that appeared in the document. It is as if mozilla can't handle a file that
declares some but not all of the classes used in the document.
| Assignee | ||
Comment 10•23 years ago
|
||
Reporter, did you try a more recent build? As the earlier comments suggest, the
problem looks similar to another problem that was fixed recently (bug 125404).
There shouldn't be a connection with how many classes are declared (unless of
course you are overriding 'mtable', mtr', etc, to mean other things than
'table', 'table-row', etc.
If you are still seeing the bug in a recent build, do well to tell.
Comment 11•23 years ago
|
||
can't even get a 0.9.9/Linux to hang on it.. but mine gives Gecko/20020320.
Comment 12•23 years ago
|
||
Is this a dupe of bug 134297?
Comment 13•23 years ago
|
||
No it's not.
| Assignee | ||
Comment 14•23 years ago
|
||
> Comment #2 From Vadim Berezniker
>
> I've narrowed it down to the <mtable>.
> It seems to be that that an empty <mtext> causes the freeze.
Okay, so this is a dup of bug 122554.
*** This bug has been marked as a duplicate of 122554 ***
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•