Package home | Report new bug | New search | Development Roadmap Status: Open | Feedback | All | Closed Since Version 3.2.16

Bug #1237 Image element return value not assigned
Submitted: 2004-04-18 16:34 UTC
From: boci at dravanet dot hu Assigned:
Status: No Feedback Package: HTML_QuickForm
PHP Version: Irrelevant OS: Linux
Roadmaps: (Not assigned)    
Subscription  
Comments Add Comment Add patch


Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know! Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem : 46 - 25 = ?

 
 [2004-04-18 16:34 UTC] boci at dravanet dot hu
Description: ------------ Hi! The image element value not assigned from exportValue or exportValues.

Comments

 [2004-04-19 11:26 UTC] avb
What return value do you expect from image element?
 [2004-04-19 12:35 UTC] boci at dravanet dot hu
the value. example <input type="image" name="elementname" value="elementvalue"> after click: $_POST['elementname'] contain elementvalue. (elementname_x and elementname_y contain hte click coordinate, because I think the value is the interesting data ;)
 [2004-04-19 14:21 UTC] avb
Using the attached example, Mozilla does in fact submit the value of the element, while MSIE submits only the foo.x and foo.y values. This thing is probably too impementation specific to be relied upon. ----------- <html> <head> </head> <body> <form action=""> <input type="image" name="foo" alt="Picture" width="100" height="20" value="bar"> </form> </body> </html>
 [2004-05-19 11:25 UTC] avb
No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you.