History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: ZF-3119
Type: Bug Bug
Status: Resolved Resolved
Resolution: Not an Issue
Priority: Major Major
Assignee: Matthew Weier O'Phinney
Reporter: Tom Holder
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Google issue summary
Zend Framework

Missing submit button post data in firefox

Created: 16/Apr/08 07:17 AM   Updated: 16/Apr/08 08:53 AM
Component/s: None
Affects Version/s: 1.5.1
Fix Version/s: None

Time Tracking:
Not Specified

Tags:
Participants: Matthew Weier O'Phinney and Tom Holder


 Description  « Hide
This is a very strange issue I've been experiencing. For some reason the value of Submit buttons is not available to PHP when using Firefox (tested with Mac version 2.0.0.13 or PC version 1.5.0.10).

To recreate build a form such as:

<form method="post">
<input name="textfield" type="text" value="" />
<input type="submit" name="sub" value="sub" />
</form>

Output result on postback with print_r($_POST)

You will notice the submit button does not return a value.

I can't completely issolate that this is Zend framework but I've tried the same code on a different server. I've also built a standard non-zend php page and do not witness this behavior.



 All   Comments   Work Log   Change History   FishEye   Crucible      Sort Order: Ascending order - Click to sort in descending order
Tom Holder - 16/Apr/08 07:18 AM
I should have stated that this is using the Zend MVC framework.

Matthew Weier O'Phinney - 16/Apr/08 08:53 AM
This is not a Zend Framework issue; please file a report with the browser vendor.