Opened 8 months ago
Closed 8 months ago
#61372 closed defect (bug) (wontfix)
Twenty Seventeen: Search Block Clear text button not showing on frontend
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | trivial | Version: | |
Component: | Bundled Theme | Keywords: | close 2nd-opinion |
Focuses: | Cc: |
Description
In Twenty Seventeen, the Search Block has a Clear Entered text Button (X) appearing once the user adds text to search input on the editor side but the same button does not appear on the frontend side.
While on other themes it seems to be working fine(as shown in video).
Video: https://jmp.sh/Hl64U3rn
Change History (4)
#3
@
8 months ago
- Keywords close 2nd-opinion added
- Severity changed from minor to trivial
Twenty Seventeen removes the browser's search cancel button from the front end as part of the normalize
style set. PR 92 updated those styles, so I would say that the theme should continue to remove the button from the front end.
The editor styles theoretically could be updated with the same ruleset, but
- I think the cancel button can be useful when starting to write a
placeholder
attribute and then deciding to remove it, - the button only appears in the editor when someone types in an optional placeholder (and on hover/focus after it has a placeholder), and
- the theme does not set its more noticeable styles related to forms within the editor (#45293).
Note: See
TracTickets for help on using
tickets.