Closed
Bug 657925
Opened 15 years ago
Closed 15 years ago
form.submit() doesnt send all values in the Quirks mode
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: tipirneni, Unassigned)
References
()
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1)
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.11) Gecko/20101012 Firefox/3.6.11 (.NET CLR 3.5.30729)
Using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd"> (4.0 instead of 4.01) as the document desc causes the page to render in quirks mode
JSF generated page doesnt send form values if submitted using document.getElementById('jsfsearchform').submit() while in quirks mode. IE renders fine.
Reproducible: Always
Steps to Reproduce:
1. JSF 1.1.10 page with onclick handler for <h:commandButton
2. onclick handler has a return document.getElementById('jsfsearchform').submit()
3. click on the button and navigate to the action page. values entered in <h:inputText not present on server side.
Actual Results:
The server side variables does not contain the <input variables generated from <h:inputText
Expected Results:
The form variables should be present on the server side action
form variables should show up same in both standards and quirks mode.
Updated•15 years ago
|
Version: unspecified → 3.6 Branch
yes, on firefox 4.0.1 and 5a2 same behavior. Firefox 5a1 has same errors even in the standards mode.
Comment 3•15 years ago
|
||
I can't open https://bioinfo.utmb.edu/CPC/. Does that URL show the problem?
Any chance for a simple testcase that demonstrates the bug?
Try in working hours. we had that bug briefly on the site. but it was isolated and fixed. I will put a sample bug page later today or tomorrow.
Forgot totally, it was memorial day. I will upload the error pages this week.
Comment 6•15 years ago
|
||
Reporter -> Any luck getting a testcase?
Comment 7•15 years ago
|
||
Closing bug as Incomplete - if you are still experiencing this issue or have more information to provide feel free to post back here and we can re-open the bug. You can also get assistance by visiting the Firefox help site -> http://support.mozilla.com/en-US/kb/Ask+a+question
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•