Bug Tracker

Modify

Ticket #5477 (closed bug: invalid)

Opened 4 years ago

Last modified 14 months ago

Problem with Ajax in Firefox

Reported by: adatta Owned by:
Priority: major Milestone:
Component: ajax Version: 1.3.2
Keywords: Firefox, JSP Cc:
Blocking: Blocked by:

Description

I am trying to implement an auto save feature where user input text and drop down selections will be saved in session so that user can leave the page and come back again for more editing. I am doing an Ajax call ($.post) to save after every three seconds. Its working fine with IE 7/8 but not in firefox. It makes the Ajax call and stores it in session but once I leave the page and try to come back, no javascript methods can be found. This is what firebug reports when trying to call a "start()" function on window load event - "startis not defined". Since I repopulate the textbox on window onload event, my textbox is empty on return. Also all the dropdown selection onchange event handler functions are not working anymore. I am using jquery 1.3.2, Firefox 3.5.5, JSP and servlet. Any ideas?

Change History

comment:1 Changed 4 years ago by dmethvin

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

This does not sound like a bug report. Please ask for help on the forums.

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.