- π³πΏNew Zealand quietone
@eaton, Thank you for the idea!
The proposal doesn't met the Criteria for evaluating proposed changes β . In this case, there is not demonstrated demand and support for the change.
by default, image buttons in $_POST data send back not their value, but the x/y coordinates they were clicked at. (strange but true). Right now, we discard that. This isn't explicitly NECESSARY, though; we can extract the x/y coordinates and send those back for server side processing. In theory, it could lead to fun stuff like 'click on the image to place an icon' forms: ie, imagemaps in FAPI3. Crazy stuff.
If the user puts in an explicit #return_value, that overrides the coordinate-based return value.
While this isn't a critical enhancement, it's definitely handy and can be useful for building tweaky image manipulation forms without the use of AJAX. And, hey, we get the data from the browser... we might as well use it.
Closed: works as designed
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
@eaton, Thank you for the idea!
The proposal doesn't met the Criteria for evaluating proposed changes β . In this case, there is not demonstrated demand and support for the change.