-
User delete has Input type image and will not post value with Opera 10.62
I have noticed a problem with deleting users using Opera 10.62.
If I create a user and then click the delete button then it says that
the user was “Successfully deleted” but the user is actually still
there.I used Wireshark to look at the post data and it is pretty obvious
what pandora FMS receives from Opera is missing the input from the post.
The Post is,POST /pandora_console/index.php?sec=gusuarios&sec2=godmode/users/user_list&user_del=1 HTTP/1.1rn
and the post data is Line-based text data: application/x-www-form-urlencoded
delete_user.x=6&delete_user.y=6
but a working Firefox is,
delete_user.x=10&delete_user.y=5&delete_user=test
(my user I am deleting is called “test”).
Now I looked at the page form and the issue is that the input type image
not posting the value is not really a bug as such and it will be a problem
with other browsers e.g. Firefox 4 with HTML 5 because the issue is that
input type=image will not send their value any more. You need to use
input type=submit and have the image in the CSS or use a button.Also the Pandora FMS should not say that it has deleted the user
when in fact it never even got sent the value. If it replied back some generic
“Missing POST data” then that would tell us/you that the browser
is probably incompatible (and with IE, FF, Chrome, Opera, Safari etc etc its
getting quite a battle to test).Regards,
Lincoln.
Sorry, there were no replies found.