https://bugzilla.wikimedia.org/show_bug.cgi?id=70433

Matthew Flaschen <mflasc...@wikimedia.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Blocks|70424                       |

--- Comment #6 from Matthew Flaschen <mflasc...@wikimedia.org> ---
Deploying a new select box control everywhere will be complex.

It can't be done with just "normal" styling and the standard element (e.g.
<input>) like textboxes were.  I'm pretty sure it can't be done with even
tricky styling like the checkboxes (CPB doesn't use <select> + tricky styling,
but a nested structure with multiple elements per option, built around <li>).

Also, CPB doesn't have to deal with the issue of actually submitting a <select>
control.  Although it's an drop-down, you don't actually submit a form; you're
just clicking a well-styled link.

Other drop downs/lists in core (the preferences and special pages you
mentioned) do have to submit.

Thus, I don't think it should block setting the global to true.

-- 
You are receiving this mail because:
You are the assignee for the bug.
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to