Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 304507

Summary: Fake missing request for the ModalContextThread
Product: [RT] RAP Reporter: Yury <swimmer_86>
Component: JFaceAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M6   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Patch none

Description Yury CLA 2010-03-03 08:23:08 EST
RAP users have to call UICallBack#runNonUIThreadWithFakeContext manually
even if they use ModalContext. It is not good for single sourcing. You can
simplify the development process to a lot of users with one additional fix
in ModalContextThread.
Comment 1 Rüdiger Herrmann CLA 2010-03-03 10:55:12 EST
Created attachment 160790 [details]
Patch

Runs the code in ModalContextThread within a fake-context
Comment 2 Rüdiger Herrmann CLA 2010-03-03 10:56:35 EST
I did a quick test and it worked. Do you have a chance to test the patch?
Comment 3 Rüdiger Herrmann CLA 2010-03-09 05:49:33 EST
Applied patch to CVS HEAD
Comment 4 Yury CLA 2010-03-09 06:16:59 EST
It looks good. Thank you.