eclipse-windowbuilder / windowbuilder

Eclipse Windowbuilder
https://projects.eclipse.org/projects/tools.windowbuilder
Eclipse Public License 1.0
78 stars 30 forks source link

Create reproducer test case for exception when using GridBagLayout #829

Closed ptziegler closed 1 month ago

ptziegler commented 1 month ago

Regression via 677f8d1df2ccce44fca763b67cec9006b8a99dbf

ptziegler commented 1 month ago

The problem was a result of IEditPartViewer and EditPartViewer both defining select() and deselect() methods. While having the same name, they don't overwrite one another, as one works with GEF edit parts and the other with WindowBuilder editparts. As a result, the wrong methods were called and thus the model was no longer updated properly.