Skip to main content

Bug Tracker

Side navigation

#12166 closed bug (invalid)

Opened July 31, 2012 03:28PM UTC

Closed July 31, 2012 03:43PM UTC

J query 1.3.2 not working in Mozilla for auto complete search

Reported by: kumar4ursonly@gmail.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.3.2
Keywords: Cc:
Blocked by: Blocking:
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.....

Attachments (0)
Change History (1)

Changed July 31, 2012 03:43PM UTC by timmywil comment:1

resolution: → invalid
status: newclosed

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.