Opened 13 years ago
Closed 13 years ago
#1363 closed defect (fixed)
IE8 problems (javascript, etc)
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | blocker | Milestone: | BASE 2.13 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
There seems to be some problems with IE8 that didn't exist in IE7. Since our only Windows computer is now running IE8 we need to fix the problems. Since we can't make tests in IE7, this also means that IE7 is no longer officially supported. This ticket will be used to collect information about problems we find during the testing. Smaller issues will be fixed in this ticket. If we find anything that requires a separate ticket this will also be recorded here.
Change History (6)
comment:1 Changed 13 years ago by
Owner: | changed from everyone to Nicklas Nordborg |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
comment:4 Changed 13 years ago by
comment:5 Changed 13 years ago by
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
The rest of the test procedure has been completed without problems. Most major feature shuld be working.
Note: See
TracTickets for help on using
tickets.
(In [5082]) References #1363: IE8 problems
It seems like it is no longer safe to pass objects between windows. If the window that created the object is closed, the object will no longer be usable in other places. This causes a problems for popup-windows that tried to "remember" the active tab. The information must be stored in the main page, and the array object is created by the popup page. But once the popup was closed, the array could no longer be used. The result was an error message:
the object invoked has disconnected from its clients
. The solution is to let the main page create the array.