Skip to main content

Search and Top Navigation

#9603 closed bug (notabug)

Opened October 15, 2013 11:12AM UTC

Closed October 15, 2013 12:11PM UTC

Last modified October 15, 2013 12:46PM UTC

Close button in Input box not appearing in Firefox

Reported by: mumashankar Owned by:
Priority: minor Milestone: none
Component: ui.autocomplete Version: 1.10.3
Keywords: Cc:
Blocked by: Blocking:
Description

Hi,

I am using the jQuery Auto-complete widget for my application. I have noticed that when the cursor is in the input element, the Close (X) button appears at the right-side of the box. This button (or link) is appearing only in IE; however in Firefox, Chrome and Safari, this is not appearing.

I have seen the similar behavior with Spinner widget too.

You can reproduce the problem by opening the http://jqueryui.com/autocomplete/ URL in Firefox and IE10. You can see that when the cursor is inside the text-box, the link (X) will appear in IE10, but not in Firefox.

Can this 'Close' link be suppressed in all browsers?

Regards,

Uma Shankar

Attachments (0)
Change History (2)

Changed October 15, 2013 12:11PM UTC by tj.vantoll comment:1

resolution: → notabug
status: newclosed

This is native IE behavior. If you want to surpress it see http://tjvantoll.com/2013/04/15/list-of-pseudo-elements-to-style-form-controls/ (search for

::-ms-clear
).

If you need further help please use the forums or Stack Overflow.

Changed October 15, 2013 12:46PM UTC by mumashankar comment:2

Thank you for the quick response and solution.