Changes between Initial Version and Version 1 of Ticket #6564, comment 2
- Timestamp:
- 11/03/2022 12:58:55 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6564, comment 2
initial v1 5 5 That being said, we can prefix an element to all `<select>`s via Javascript (or Trac Genshi template rewrites I guess), but would require someone to go through and make a `HTML ID` => `Default text` mapping, and at that point I'm really starting to question if the effort is worth it. 6 6 7 (edit: Also; a lot of those selects don't have a clear singular text, the context is provided more-or-less by the text around it, rather than the contents. The Component select is probably the only one it can be easily done for, and even then, not selecting a component is a valid query sometimes) 8 7 9 I'm marking this as `2nd-opinion close` instead of just closing this as `wontfix`, unless someone feels super strongly about this.