Closed (duplicate)
Project:
Drupal core
Version:
7.x-dev
Component:
forum.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
25 Mar 2009 at 16:37 UTC
Updated:
6 Aug 2010 at 18:34 UTC
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.
Comments
Comment #1
michelleThis 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
Comment #2
andypostThis 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'
Comment #3
andypostThis is a most confusing bug in core forums when users can't make visual difference between forum and container
Comment #4
andypostDuplicate of #12089: Better method of showing forum containers in form