Opened 3 years ago
Closed 2 years ago
#6564 closed feature request (wontfix)
The options in the select box must contain a placeholder
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Component: | Trac | Keywords: | needs-patch has-screenshots close 2nd-opinion |
| Cc: |
Description
When we open the Custom Query page, the first option in all the select boxes is blank. So instead of the blank option, we should add that placeholder option.
Custom Query page => https://meta.trac.wordpress.org/query
Attachments (1)
Change History (4)
#1
@
3 years ago
For example, I have added a placeholder in a select box here.
Screenshot of the Example
https://share.cleanshot.com/TNIh8ioIaOxNuhWzWlnQ
#2
@
3 years ago
- Keywords close 2nd-opinion added
This is not something we can realistically do, as the Trac software generates these for us.
This should be reported as a bug to Trac itself via https://trac.edgewall.org/
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.
I'm marking this as 2nd-opinion close instead of just closing this as wontfix, unless someone feels super strongly about this.
Screenshot of Issue