[Trac #878] Problems with pop-ups in web activity
Zarro Boogs per Child
bugtracker at laptop.org
Wed Feb 7 14:50:39 EST 2007
#878: Problems with pop-ups in web activity
--------------------------+-------------------------------------------------
Reporter: joaoboscoapf | Owner: blizzard
Type: defect | Status: new
Priority: normal | Milestone: Untriaged
Component: distro | Keywords: web, javascript
--------------------------+-------------------------------------------------
Running some javascript code to open new windows (and pop-ups) with the
web activity doesn't work.
Page to test: [http://www.sapientia.org.br/~ads/olpc/teste.html]
The 3rd and 4th links doesn't work. The code for the 3rd is:
{{{
function popupExemplo3(pagina) {
w = window.open(pagina,'window3', 'fullscreen=1');
w.focus();
}
}}}
And the code for the 4rt is:
{{{
<a href="teste_olpc_popup.html" target="_blank">
}}}
The target="_blank" is a very common way used in web sites to open new
windows.
I used xulrunner 1.9, included in build 251.
--
Ticket URL: <http://dev.laptop.org/ticket/878>
One Laptop Per Child <http://laptop.org/>
More information about the Bugs
mailing list