Currently forum containers are selectable even though it's impossible to tag a node with it.

They should be using the opgroup tag rather than an options tag.

http://www.w3schools.com/tags/tag_optgroup.asp

Comments

michelle’s picture

Version: 6.x-dev » 7.x-dev

This has to go to 7.x first and then get backported. Might be too late for 7.x, though... I'm not involved enough with core to know if this change can get in.

Michelle

andypost’s picture

This is not possible with html 4 #188933-4: HTML is hardcoded in form_select_options() function, no way to customize classes

To make it usable we need ability to add attributes to options first so containers could be easily marked as 'disabled'

    <option value="c1">Red</option>
    <option value="c2" disabled="disabled">Blue</option>
    <option value="c3">White</option>
andypost’s picture

Title: Forum containers should be in opgroup so that they're not selectable » Forum containers should be marked as disabled so that they're not selectable
Issue tags: +Usability

This is a most confusing bug in core forums when users can't make visual difference between forum and container

andypost’s picture

Status: Active » Closed (duplicate)