Closed
Bug 184440
Opened 23 years ago
Closed 23 years ago
nothing happens when the submit button is pressed
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: franci, Assigned: alexsavulov)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2.1) Gecko/20021130
the form on the right shows the various types of car from the italian peugeot
site. When choosing a vlaue in a SELECT the other SELECT fields adjust with
coherent values, then when all fields are filled pressing on the Continue button
should bring u to a page with info about the desired car. That does not happen
Reproducible: Always
Steps to Reproduce:
1.fill the various forms on the right
2.press the continue button
3.
Actual Results:
nothing
Expected Results:
switched to the page containing the tech info of the car model chosen
It does not work with mozilla 1.0.1/1.1/1.2.1 but it does with konqueror 3.03
Comment 1•23 years ago
|
||
The frame is on a different port from the main page and tries to set
document.location on the main page. This is a security violation, so we block
the access.
Comment 2•23 years ago
|
||
From JS console:
Error: uncaught exception: Permission denied to set property HTMLDocument.location
Explination to this is Comment 2
Invalid?
Comment 3•23 years ago
|
||
Yes. INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•7 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•