Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12166 closed bug (invalid)

J query 1.3.2 not working in Mozilla for auto complete search

Reported by: [email protected] 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.....

Change History (1)

comment:1 Changed 11 years ago by timmywil

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.

Note: See TracTickets for help on using tickets.