Hej, har fått ett problem som jag inte kan hitta någon lösning till, den enda "lösningen" jag hittat var att lägga window.focus() i en setTimeout, men det genererade bara ett nytt fel.
Firefox 1.0.3 mac:
Fel: [Exception... "'Tillstånd nekades att hämta egenskap XULElement.selectedIndex' when calling method: [nsIAutoCompletePopup::selectedIndex]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)"
line 63
obj_calwindow = window.open(
'calendar.html?datetime=' + this.dt_current.valueOf()+ '&id=' + this.id,
'Calendar', 'width=210,height='+(this.time_comp ? 215 : 200)+
',status=no,resizable=no,top=200,left=200,dependent=yes,alwaysRaised=yes'
);
obj_calwindow.opener = window;
obj_calwindow.focus()
Sista raden är line 63.