Ticket #878 (closed defect: fixed)
Problems with pop-ups in web activity
| Reported by: | joaoboscoapf | Owned by: | dcbw |
|---|---|---|---|
| Priority: | normal | Milestone: | BTest-3 |
| Component: | sugar | Version: | |
| Keywords: | web, javascript | Cc: | joaoboscoapf |
| Action Needed: | Verified: | yes | |
| Deployments affected: | Blocked By: | ||
| Blocking: |
Description
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.
Change History
Note: See
TracTickets for help on using
tickets.


