Comment 4 for bug 803247

Revision history for this message
François Marier (fmarier) wrote :

This is what Mahara receives when a delete button is clicked on Firefox 3.6 (where it works fine):

[DBG] 4e (view/view.php:78) Array
(
    [delete_comment_submit_x] => 10
    [delete_comment_submit_y] => 8
    [delete_comment_submit] => Delete
    [comment] => 2426
    [sesskey] => aMoL6nFrVmGBphZP
    [pieform_delete_comment] =>
)

and this is what it looks like on Firefox 5 (where it doesn't work):

[DBG] dc (view/view.php:78) Array
(
    [delete_comment_submit_x] => 9
    [delete_comment_submit_y] => 8
    [comment] => 2428
    [sesskey] => U0ymqt3ZsMaYKgf5
    [pieform_delete_comment] =>
)