Closed
Bug 216660
Opened 22 years ago
Closed 22 years ago
XML page crashes the browser when this is a file input tag in the XSL stylesheet
Categories
(Core :: XSLT, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 212793
People
(Reporter: etienne.anken, Assigned: peterv)
References
()
Details
Attachments
(2 files)
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5a) Gecko/20030728 Mozilla Firebird/0.6.1
The problem occurs with an XML page displayed with an XSL stylesheet.
If it is a file input tag in the XSL stylesheet, the browser crashes.
Example :
<input type="file" name="fileField"/>
This problem occurs with Firebird 0.6.x and Mozilla 1.4 or 1.5. It doen't occurs
in Mozilla 1.3.x.
Reproducible: Always
Steps to Reproduce:
1. Make an XML file
2. Make an XSLT file with a form and a tag like : <input type="file"
name="fileField"/>
3. Link the XML page with the XSL page
4. Open the XML page in the browser
Actual Results:
The browser freezes or crashes
Expected Results:
The browser should continue to run normally
When this file is opened in a browser with the XSL stylesheet located in the
same directory, a form with an input file field is displayed.
When you try to close the browser or to navigate to another URL, the browser
crashes.
To be sure that the browser freezes or crashes, make the following steps :
1. browse to the URL : http://www.xml-campus.ch/didactique/coursXMLDev/test.xml
2. try to close the browser, it should crash
OR try to reload the page with F5, it should also crash
Comment 4•22 years ago
|
||
I think this is the right place? Please flame me if I'm wrong :)
the page is missing, but there is a testcase.
Assignee: blake → peterv
Component: General → XSLT
Product: Firebird → Browser
QA Contact: asa → keith
Version: unspecified → Trunk
Comment 5•22 years ago
|
||
dupe of "crash when following link with a file upload box is on the screen with
XSLT generated content"
*** This bug has been marked as a duplicate of 212793 ***
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
Updated•19 years ago
|
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•