| Summary: | Browser VisibilityWindowListener events not reported correctly on linux-x86_64 and win32-win32-x86 | ||
|---|---|---|---|
| Product: | [Eclipse Project] Platform | Reporter: | Misha Koshelev <misha680> |
| Component: | SWT | Assignee: | Platform-SWT-Inbox <platform-swt-inbox> |
| Status: | RESOLVED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | grant_gayed |
| Version: | 4.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
|
Description
Misha Koshelev
These listeners are invoked when an action in an existing Browser causes a second Browser to be opened. The correct use of these listeners is demonstrated in http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/org.eclipse.swt.snippets/src/org/eclipse/swt/snippets/Snippet173.java . To see them in action run the linked snippet and point it at a file with the following content: <html> <script type="text/javascript"> setTimeout("window.open('http://www.eclipse.org', '', 'menubar=1,width=600, height=600');", 3000); </script> <body> This test uses javascript to open a new window after 3 seconds. </body> </html> Closing as WORKSFORME. If the case above fails for you then please follow up here. |