Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] swt browser with pop-up blocker

thank you.
    I am not familiar with newsgroups , but I can't post anything
except reading old achives in
http://dev.eclipse.org/newslists/news.eclipse.platform.swt/maillist.html

2010/2/2 Grant Gayed <Grant_Gayed@xxxxxxxxxx>:
>
> Hi, (note that swt usage questions like this should be asked on the
> eclipse.platform.swt newsgroup, not on this mailing list),
>
> Snippet173 demonstrates blocking pop-up windows based on their trim.  The
> only way for you to block a case like "alert(message)" is to disable all
> javascript in the page, which can be done with
> Browser.setJavascriptEnabled(false) @since 3.5.
>
> There is an existing feature request which could be helpful for handling
> your case without disabling all JS, see
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=288037 .
>
> Grant
>
> _______________________________________________
> platform-swt-dev mailing list
> platform-swt-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/platform-swt-dev
>
>


Back to the top