Ticket #12166 (closed bug: invalid)
J query 1.3.2 not working in Mozilla for auto complete search
| Reported by: | kumar4ursonly@… | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 1.3.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Hi,
J query 1.3.2 not working in Mozilla for auto complete search, but it is working fine in IE. Actually the "style" is getting none in Mozilla, for this we have wrote the below code.
else if(event.which){ Firefox/Opera/Netscape
keynum = event.which;
var a= $('keywordChoices');
a.style.display = 'block';
setTimeout(a.style.display = 'block', 6000);
}
But the result is just blinking and getting off and searched result is not picking into text area also.
This is very urgent can any one suggest on this.
Thank you.....
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Bugs should be filed against the latest release or the git version and have a test case. Please update jQuery and jQuery UI to their current versions.