Hi,
ich hab folgende Zeilen in einem JavaScript:
var c_popup = window.open("index.php?session=" + session + "&user=" + user + "&layout=" + layout, "popup", "width=10,height=10,left=10,top=10,location=no,menubar=no,status=no,toolbar=no");
c_popup.close();
Wenn ich das ganze aufrufe, funktionert es zwar, aber das c_popup.close(); (Hab ich eingegrenzt, ist definitiv diese Zeile) erzeugt folgenden Fehler in der JS-Konsole:
Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIControllers.removeController]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/search.xml :: onxbldestructor :: line 77" data: no]
Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://mozapps/content/update/updates.xml :: onxbldestructor :: line 20" data: no]
Fehler: uncaught exception: [Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIObserverService.removeObserver]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://browser/content/browser.js :: Shutdown :: line 831" data: no]
Ist das ein Bug in Mozilla? Die Seite im Popup wird auch richtig angezeigt, das hab ich auch schon getestet.
thx4hlp
MfG
Manuel