Author Topic: Bug w/UIButton press + drag  (Read 2647 times)

ZachHoefler

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 1
  • Posts: 13
    • View Profile
Bug w/UIButton press + drag
« on: March 26, 2014, 04:37:10 PM »
With a UIButton, if you press down, move away from the button, and come back to it (all without lifting your finger), the button highlights again as though it is pressed. However, if you release on top of the button, it does not register as a click. It's also drawing with the Pressed color rather than e.g. the Hover color even though it's effectively not being pressed.

This is a really minor edge-case issue (you kind of have to go out of your way to do it), but I figured I'd mention it as it seems unintentional.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: Bug w/UIButton press + drag
« Reply #1 on: March 26, 2014, 08:11:14 PM »
I am not seeing this with the latest version, tested on Android. Press on a button -- it enters the pressed state as it should. Move away, it becomes unpressed. Move back -- it becomes pressed again, as it should. Release the finger, and it becomes unpressed.