Page 1 of 1

Bug when using predefined size in object Position & Size

Posted: Tue Jul 29, 2025 9:19 am
by yvesf
Hello,

When I would like to use predefined value in the section Position & Size of an object, when clicking, it impacts the row below and not the current row as expected.
ex : I would like to change the width by clicking on the button 300. it impacts the row below (height row) and not the width row.
BRegards,

Yves

Re: Bug when using predefined size in object Position & Size

Posted: Wed Jul 30, 2025 6:47 am
by kev1n
Thanks for reporting!

This update statement will fix it:

Code: Select all

UPDATE `zzzzsys_event` SET `sev_javascript` = 'nuSetValue(\'sob_all_width\', nuGetValue(this.id));' WHERE `zzzzsys_event`.`zzzzsys_event_id` = 'nu60e97365095aa8c';