Bug 386202 - Process IContributionItem.id as Widget ID in testing mode
Summary: Process IContributionItem.id as Widget ID in testing mode
Status: NEW
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.5   Edit
Hardware: PC Windows 7
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-29 13:15 EDT by Thomas Kratz CLA
Modified: 2012-08-05 08:35 EDT (History)
0 users

See Also:


Attachments
snippet (749 bytes, text/plain)
2012-08-05 08:35 EDT, Thomas Kratz CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Thomas Kratz CLA 2012-07-29 13:15:56 EDT
I have an idea how to make the workbench more testable. My proposal is, that if an contibutionItem is set on a widget, that we spill out the contributionItem.id as if it was a Custom Widget id. I think this should not be so hard to implement, but will have a dependency on the workbench. What I ask for is that someone gave me a pointer where to look at where the widget id gets generated in testing mode. I'll then try to implement it.

Any help will be appreciated, as always.
Regards, Thomas
Comment 1 Thomas Kratz CLA 2012-08-05 08:35:00 EDT
Created attachment 219560 [details]
snippet

This is a proposal for an implementation.