Reloading page with iframe containing widgets fails with error on FF3/apache+ssl

Hi!

I have a site with an iframe containing a form with combobox widgets and some dojo script functions.

It works fine with Opera and IE. Using FF3 (on WinXP / OSX), I SOMETIMES get one of the following errors when reloading the page:

Error: Could not load 'dijit.form.ComboBox'; last tried '../dijit/form/ComboBox.js'
Source File: https://xxx/dojo/dojo/dojo.js
Line: 20

or

Error: [Exception... "'Error: Could not load class 'dijit.form.FilteringSelect'. Did you spell the name correctly and use a full path, like 'dijit.form.Button'?' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "" data: no]

and the combobox widgets are rendered as normal html dropdown boxes.
This only happens on the 'live' site, in the local test environment everthing works fine. FireBug shows 304 Not Modified upon reload so the .js files are found and checked.

Is this some timing/caching related issue with FF3?

thx,

wd

Back to top