Community
Participate
Working Groups
Build Identifier: 20100617-1415 After upgrading to RAP 1.4 M4 I've got a strange behavior in FF browser - infinity loading status. Reproducible: Always Steps to Reproduce: 1. Launch RAP Workbench Demo with startup=default in FF 2. Select "Browser" tab and then close it. 3. Then you can see "Loading..." status in FF tab.
This is due to the fix for Bug 327440. It's supposed the dispose the iframe only after a blank page ("javascript:false;") has been loaded, but firefox is not firering a load event, so it's never disposed.
There is already a test in BrowserTest.js for disposing browser that succeeds in firefox, so further investigation is needed why it's not happening in this scenario.
It appears i was mistaken, the widget is actually correctly disposed. Since that is the case. i have no idea whatsoever why firefox still shows the loading icon.
Fixed in CVS Head. Now all non-IE browser use the old dispose-method.