Zend Framework

Missing submit button post data in firefox

Details

  • Type: Bug Bug
  • Status: Resolved Resolved
  • Priority: Major Major
  • Resolution: Not an Issue
  • Affects Version/s: 1.5.1
  • Fix Version/s: None
  • Component/s: None
  • Labels:
    None

Description

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.

Activity

Hide
Tom Holder added a comment -

I should have stated that this is using the Zend MVC framework.

Show
Tom Holder added a comment - I should have stated that this is using the Zend MVC framework.
Hide
Matthew Weier O'Phinney added a comment -

This is not a Zend Framework issue; please file a report with the browser vendor.

Show
Matthew Weier O'Phinney added a comment - This is not a Zend Framework issue; please file a report with the browser vendor.

People

Vote (0)
Watch (0)

Dates

  • Created:
    Updated:
    Resolved: