Bug 539210 - RCP - Component like toolbar items not getting named via Generating Names
Summary: RCP - Component like toolbar items not getting named via Generating Names
Status: CLOSED FIXED
Alias: None
Product: Jubula (Archived)
Classification: Technology
Component: RC (show other bugs)
Version: unspecified   Edit
Hardware: All All
: P3 normal with 1 vote (vote)
Target Milestone: ---   Edit
Assignee: Marvin Mueller CLA
QA Contact: Elena Pister CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-19 02:05 EDT by Marvin Mueller CLA
Modified: 2018-09-21 10:08 EDT (History)
0 users

See Also:


Attachments
fixed version of rcp accessor (8.01 MB, application/x-zip-compressed)
2018-09-21 10:07 EDT, Marvin Mueller CLA
no flags Details
fixed rcp accessor (3.99 MB, application/octet-stream)
2018-09-21 10:08 EDT, Marvin Mueller CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Marvin Mueller CLA 2018-09-19 02:05:49 EDT
In some cases Toolbar items of the RCP toolbar are not getting named properly. I have already checked it and it seems that the naming is done partially. This means the name is set into the "data" of the component, but is is not correctly published into our internal component identification.

There is an easy fix, that the getCompName method for SWT also checks the generated name instead of relying that it is propagated to our own hierarchy.
Comment 1 Eclipse Genie CLA 2018-09-21 03:33:20 EDT
New Gerrit change created: https://git.eclipse.org/r/129774
Comment 3 Marvin Mueller CLA 2018-09-21 10:07:07 EDT
Created attachment 275929 [details]
fixed version of rcp accessor
Comment 4 Marvin Mueller CLA 2018-09-21 10:08:51 EDT
Created attachment 275930 [details]
fixed rcp accessor

This is a rcp accessor from the current, it might also work with older version of Jubula. Feel free to test ist