Page 1 of 1

Copy/Paste CE change settings are still

Posted: Sat Apr 06, 2019 6:32 pm
by Eizzoux
The Copy and Paste Change settings of custom element buttons has no clicking animation.
(don't worry about these rotating lines in the top right corner, it's just a test anim I forgot to turn off)
You can see clicking by disappearing text when mouse is still
You can see clicking by disappearing text when mouse is still
Honeycam 2019-04-07 02-17-23.gif (443.67 KiB) Viewed 12764 times
I checked if the "pressed_xoffset" lines are present for these buttons, and... yes, they are. And you can see the pressed states in RocksDoor.png right before the original unclicked buttons.
Well, these lines are here, yeah
Well, these lines are here, yeah
cp_yes.png (9.55 KiB) Viewed 12764 times
Just a little weird unintended behavior I wasn't paying much attention before.

Copy/Paste CE change settings are still

Posted: Tue Mar 28, 2023 11:58 am
by Eizzoux
Can confirm these buttons are still stationary despite the "pressed offset" attributes.

Re: Copy/Paste CE change settings are still

Posted: Sat Apr 01, 2023 10:55 am
by Holger
The problem here (which also occured when pressing the "select previous change page" and "select next change page" counter buttons on the left, by the way) is that these buttons triggered when pressed, not when released (as it should be).

The initial intention was to have those counter-style buttons behave just like normal counter buttons (that is, continue changing its value when held pressed), which does not work that well here, where whole configuration pages are changed, not only a single number. Even worse, these gadget event settings (trigger when pressed, not when released) were also used for the later added "copy" and "paste" buttons, which did not make any sense for these two buttons.

This is fixed now (using "trigger when released" for all four buttons now).

Thanks a lot for reporting this quite old usability bug in the level editor!