https://bugzilla.wikimedia.org/show_bug.cgi?id=47038
Pau Giner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Pau Giner <[email protected]> --- It seems that IE adds a "clear" action to regular input fields. This is a browser-specific behaviour which I'm not sure that other browsers will adopt. As Niklas commented there are two options: 1) Hide the IE clear action by styling the element in CSS: .tux-message-filter-box::-ms-clear {display: none;} 2) Change the input field to be of type "search" and remove the custom clear action. Search is a standard HTML5 type of field for which browsers can provide specific aids (such as clear action, or search history). It is worth noting that not all modern browsers provide such aids as it is the case of Firefox. I'm fine with option 2 since the lack of this feature is not blocking for users with a browser without support for search input fields. -- 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 [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
