Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318685 - Refactor client TestRunner to update UI during runtime
Summary: Refactor client TestRunner to update UI during runtime
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.3   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: 1.4 M1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-02 05:57 EDT by Tim Buschtoens CLA
Modified: 2010-07-02 08:43 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tim Buschtoens CLA 2010-07-02 05:57:43 EDT
In most browser there is no visible update of the UI while the TestRunner is running because the DOM-changes are not rendered while JavaScript is running. The TestRunner should use setTimeOut to give the browser a chance to render. This would also prevent any "abort script?" prompts by slower browser.
Comment 1 Tim Buschtoens CLA 2010-07-02 06:10:27 EDT
Fixed in CVS HEAD