On /admin/user/roles, the rendered HTML contains nested FORM elements, which causes problems in browsers that support Web Forms 2, like Opera. When trying to add a new role in Opera, the value is not correctly POSTed because of the way nested forms are supposed to work according to Web Forms 2.

CommentFileSizeAuthor
#1 user.admin_.inc_.patch822 bytesmarcingy

Comments

marcingy’s picture

Component: forms system » user.module
Status: Active » Needs review
StatusFileSize
new822 bytes

Not sure if this is correct way to do this or not but the issue is because the form is 'living' with 2 elements. This renders the form in its entirity within the table.

Anonymous’s picture

Status: Needs review » Needs work

The last submitted patch failed testing.

casey’s picture

Status: Needs work » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.