[SOLVED] Issues with buttons since 1.2.12

Answered Closed
0
0

I’ve just installed 1.2.12 and now have a couple of issues with buttons:

  1. Disabled buttons still change the mouse pointer to hand when you roll-over them. (I’m not sure if this has always been the case but as I was trying to work out why my buttons were no longer becoming enabled I’ve noticed this).
  2. Enabling a disabled button in code does not update or enable the button at run-time.

Thanks

Nic

  • You must to post comments
Best Answer
0
0

Hi Nic,

this regression and also the problem with the pointer on disabled buttons (WJ-7379) have been fixed in 1.2.14.

Best regards
Frank

  • You must to post comments
0
0

And the reason was an incomplete check in.

  • You must to post comments
0
0

Frank can reproduce and now I can. Weird, earlier I had the same identical test and it was working fine. I must have been loading a previous build since this is a regression and very easy to reproduce…

  • You must to post comments
0
0

Luca,

Sorry yes I managed to completely screw up the upload. I’ve tried again – apologies.

Basically its a form with two buttons. Pressing the first should enable the second. On my machine I see the message box but button 2 remains disabled.

Nic

Attachment
  • You must to post comments
0
0

Hi Nic,

The attached test project seems to be an empty window with a checkbox.

Best,

Luca

  • You must to post comments
0
0

Hi Luca,

Sample application attached.

Nic

Attachment
  • You must to post comments
0
0

Hi Nic,

1- it has been like this, it’s in the themes. if you look at the /button/states/hovered/properties you’ll see the “cursor” setting. there is no cursor setting for /button/states/disabled/properties/cursor. Will add to all themes.

2- I can’t reproduce this issue. Tried with material-3 as well. Do you enable the button in the Load event? I tried starting with disable and enabled and flipping in the Load event, and on clicks. Let me know if you can share a reproducible sample.

Best,

Luca

  • You must to post comments
Showing 7 results