Open mquintus opened 11 years ago
When navigating through the gui with TAB, one can select hidden buttons and press them with SPACE. That can be done without intent and is confusing.
This can be due to the usage of display: none;. Try visibility: collapse; instead, that might yield better results.
display: none;
visibility: collapse;
actually, this doesn't fix it
When navigating through the gui with TAB, one can select hidden buttons and press them with SPACE. That can be done without intent and is confusing.