views:

120

answers:

0

I'm currently using JQuery 1.3.2 , JQueryUI 1.7.2 and IE 7

I am having a problem with adding lots (list of 2000 items) of options into a tag inside a jquery dialog in production environment.

I can't post any screenshot regarding this issue due to copyright materials.

I have a button "New Contact" that is a JqueryUI dialog pop-up (modal and bgiframe is enabled ).

As the user click on "New Contact", a list of companies are created. There are some processing required, in FF, the time it takes for the ajax request and inserting the companies are 427ms (on local server). It is worse in production machines. However problem did not exist in the local server.

One other thing that I need to mention is that the web application runs in am iframe under a data-visualization layer called Remedy (www.remedy.com) (which has a bunch of js that they run ).

Test case 1: When loaded for the first time, the rest of the fields in the dialog AFTER the company dropdown are NOT shown under the dialog. Instead it is shown at the dialog container (). However, if the user closes the dialog and loads it at the 2nd time, The company dropdown and the rest of the fields are shown in the dialog.

Test case 2: In this test case, I dediced to LOAD the companies list and populates the dropdown before user click on the "New Contact" button. But the same problem occur.

Does anyone ever have a similar problem with dialog as this? Can anyone maybe shed some light on this problem? Helpful tips that allows me to recreate the problem in my local environment will be helpful as well.

Thank you very much in advance.