Autocomplete - loading gif modifies default border style of input box

Autocomplete - loading gif modifies default border style of input box

When used with a remote source a "ajax loading spinner" is set on the background of the input box. When this occurs on a default input box with no styling, the border style of the input box changes when the gif is present via the background rule.

To duplicate:

http://jqueryui.com/demos/autocomplete/#remote-jsonp

If you have full control of the app you're adding autocomplete  toyou can just set the border of the input box beforehand. However I'm trying to build an autocomplete widget that can be dynamically added anywhere and don' want to interfere with any current styles on the host page.

For more info refer to this stackoverflow article:
http://stackoverflow.com/questions/1100409/how-can-i-apply-a-background-image-to-a-text-input-without-losing-the-default-bor

No biggie, just wanted to report it.

Thanks,

-Mark