Equilibrier / QuantUX-D3-frontend

Quant-UX - Prototype, Test and Learn
GNU General Public License v3.0
0 stars 0 forks source link

Click-trigger on a GROUP has broken hover logic #28

Open Equilibrier opened 2 years ago

Equilibrier commented 2 years ago

It means, you are wiring the group itself to a script (for e.g.) but on the simulation (rendering) phase, you can't click on it, the hover does not work as expected (on the whole bounding-box of the group) ... BUG, very nasty and hard to fix because of the conglomerated & large-duplicates code.

Equilibrier commented 2 years ago

A workaround (before doing the fix) is to put an INVISIBLE BOX (key R, rectangle) over that group-widget, naming it as the group-widget, and renaming the group-widget adding a trailling _; if you want to do hide() logic, you'll have to do it both times, for the widget-group and for the rectangle (bounding box) as well, BUT IT WORKS, I tested it !