Bug 519210 - Compatibility issue: Can not select the component in the palette by clicking on the component name.
Summary: Compatibility issue: Can not select the component in the palette by clicking ...
Status: NEW
Alias: None
Product: GEF
Classification: Tools
Component: GEF-Legacy GEF (MVC) (show other bugs)
Version: 3.11.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: gef-inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-05 06:08 EDT by Jingtao zhao CLA
Modified: 2018-10-16 14:06 EDT (History)
2 users (show)

See Also:


Attachments
the sample for testing. (34.45 KB, application/octet-stream)
2017-07-05 06:08 EDT, Jingtao zhao CLA
no flags Details
Test steps screen shot (37.46 KB, image/png)
2017-07-05 06:12 EDT, Jingtao zhao CLA
no flags Details
The video for testing. (304.63 KB, application/octet-stream)
2017-07-05 06:13 EDT, Jingtao zhao CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jingtao zhao CLA 2017-07-05 06:08:48 EDT
Created attachment 269207 [details]
the sample for testing.

We have a product which is based the eclipse plugin development, we use the gef to create myself the Palette, when we update the eclipse from 4.4 to 4.6, the gef version from 3.9.100 to 3.11.0, the component can't select in the palette if you click the its name.
I attached a the simple eclipse plugin sample.

Test steps:
1.Import this plugin into the eclipse 4.6 (Neon.3).
2.Run as a eclipse application.
3.Create a project, and new a xml file.
4.Open the xml file to use the default xml editor.
5.You will see the a Palette is created in the xml editor.
Like:
Component
  Button
6.Please click the "Button" name, it is not selected, but the same code, it can be selected in the eclipse 4.4 (gef 3.11.0).
Comment 1 Jingtao zhao CLA 2017-07-05 06:12:21 EDT
Created attachment 269208 [details]
Test steps screen shot
Comment 2 Jingtao zhao CLA 2017-07-05 06:13:53 EDT
Created attachment 269209 [details]
The video for testing.