Bug Tracker

Modify

Ticket #12166 (closed bug: invalid)

Opened 10 months ago

Last modified 10 months ago

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

comment:1 Changed 10 months ago by timmywil

  • Status changed from new to closed
  • Resolution set to invalid

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.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.