Public bug reported: On a /mailman/admindb/foo page it might say "There are no pending requests. Click here to reload this page." Aiming at the "Click here" link and being a bit low logs me out. This is due to the right-aligned "Logout" text, far away, being a full-width <div> that fills under the "Click here" with an invisible button.
Looking at the HTML, it's an <a> wrapping a <div>. That's invalid, <div> being block level, and pasting the HTML into https://validator.w3.org/ agrees. The <a> should be around just the Logout text to limit the click area. ** Affects: mailman Importance: Undecided Status: New -- You received this bug notification because you are a member of Mailman Coders, which is subscribed to GNU Mailman. https://bugs.launchpad.net/bugs/1671036 Title: Full-width "invisible" Logout button hit by accident To manage notifications about this bug go to: https://bugs.launchpad.net/mailman/+bug/1671036/+subscriptions _______________________________________________ Mailman-coders mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-coders
