Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.

PostBackAction=PasswordResetForm bug in IE 6

Hi, in the follow html file must be an error/bug because Internet Explorer 6.0 scrample all the content wild over the screen. Here ist the File: http://www.example.net/forum/people.php?PostBackAction=PasswordResetFormXXXXXXXXX This is only in IE 6.0. Doas anbody know a bugfix help? Thanks from Germany. Jan

Comments

  • edited August 2006
    Yuck!

    You can work around this by removing the POSITION: Absolute out of themes\vanilla\styles\default\people.css, line 103.

    Don't yet know if that may cause another problem somewhere else.

    Edit: that fix monkeys with the application form.
  • A better workaround (not fully tested, but OK on IE6 and FF) is changing line 288 of people.css as follows:

    #Form.PasswordResetForm {
    padding: 0px 0px 0px 267px;
    }

    TO

    .PasswordResetForm {
    padding: 0px 0px 0px 267px;
    }
This discussion has been closed.