Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 338777 - [Tree] JS error when setting custom variant on TreeItem
Summary: [Tree] JS error when setting custom variant on TreeItem
Status: RESOLVED FIXED
Alias: None
Product: RAP
Classification: RT
Component: RWT (show other bugs)
Version: 1.4   Edit
Hardware: All All
: P1 normal (vote)
Target Milestone: 1.4 M6   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-03-03 03:50 EST by Ivan Furnadjiev CLA
Modified: 2011-03-04 07:01 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ivan Furnadjiev CLA 2011-03-03 03:50:57 EST
Setting custom variant of TreeItem leads to javascript error:
Error: TypeError: w.addState is not a function
Comment 1 Ivan Furnadjiev CLA 2011-03-04 07:01:42 EST
Added set/getVariant in TreeItem.js in the same way like in TableItem.js. TreeRow.js uses item variant now. Fixed in CVS HEAD.