Archive for July, 2010

Firefox 4 change: input type image only submits x and y, not name when clicked. Keyboard as before

Posted on: Friday, July 30th, 2010 at 11:41 am by Anup Shah

Partly a note to self, and further details for a bug logged in Firefox’s bugzilla:

Firefox 4.0 (and IE) do not send name/value for input type=”image”; only .x and .y coordinates

Earlier Firefox, Chrome (latest) and Safari do send name/value, which is what we’d expect…

Read the full post titled, “Firefox 4 change: input type image only submits x and y, not name when clicked. Keyboard as before”