Opened 14 years ago
Closed 14 years ago
#2189 closed defect (fixed)
ComboBox - dojo crashes when loaded in a child window in FF2
Reported by: | Owned by: | Douglas Hays | |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1 |
Keywords: | ComboBox | Cc: | |
Blocked By: | Blocking: |
Description
ComboBox? is crashing in FF 2.0 if loaded remotely in a child window. If you open a child window, on the first attempt everything works fine. On the second loading of the page, there is an unhandled exception in dojo.js (line 96) when you try to select an element from the suggestions list. Combo continues to work with some glitches but FormBind? for example doesn't. This is the case even if the page is loaded with different parameters. In IE this is working normally.
It's a caching related issue. If I clear the cache between attempts, everything works fine. I tried several things to avoid caching but with no luck so far.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
I must correct myself, putting <meta http-equiv="EXPIRES" content="0" /> solves the problem. I had a parsing issue elsewhere.
comment:4 Changed 14 years ago by
Owner: | changed from bill to Douglas Hays |
---|
Putting <meta http-equiv="EXPIRES" content="0" /> solves this problem, so I can confirm it's a caching issue.