Opened 4 years ago
#19018 new defect
In dijit/form/TextBox the clear (x) button is not visible in Chrome and Firefox.
Reported by: | makak | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | tbd |
Component: | Dijit - Form | Version: | 1.11.4 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In dijit/form/TextBox when you start writing some text to textbox, the x button used to clear typed text should appear and stays visible, while textbox has focus. This button doesn't appear in Chrome (58.0.3029.81 (64-bit)) and Firefox (53.0 (64-bit)), but it wokrs in Internet Explorer 11 and Edge (38.14393.0.0). When you change type="text" to type="search" in declaration, the cross appears both in Chrome and Firefox.
Note: See
TracTickets for help on using
tickets.