Community
Participate
Working Groups
Created attachment 158129 [details] Sample project illustrating problem RAP Version: CVS HEAD Browsers Affected: Chrome 4.0.249.78 (36714) (possibly other versions as well) - application crash FF 3.5.7 - no crash IE 8 - no crash Steps to reproduce: Open a wizard and click 'next'. Result: The client-side app crashes and reports that the session has timed out. Using attached sample project to reproduce: Run the application, open the 'File' menu and select 'Open Test Wizard'.
Created attachment 158187 [details] fix This is basically the same as Bug 301236, only that the workaround used to fix it doesn't work in this case, due to yet another Chrome-bug: The dom-event "onload" of the image-object can (seemingly randomly) be fired too early when innerHTML is used. (On a completely different node!) However, this can be detected: Dom event-handler should have no caller, but this one has one if it is called wrongly.
Applied patch to CVS HEAD