dagronf / DSFStepperView

A custom stepper text field for macOS and iOS, supporting Swift, Objective-C, SwiftUI and Catalyst
MIT License
63 stars 7 forks source link

Bug? (disappearing buttons on Big Sur) #1

Closed DevulderJeanPaul closed 3 years ago

DevulderJeanPaul commented 3 years ago

Hi, On example when I click on "+" or "-" button, when I release the mouse bouton the nsbutton disappears!!

dagronf commented 3 years ago

Ah that’s interesting! I’ve been mostly testing on 10.15 and haven’t seen anything like this, which OS version are you using?

DevulderJeanPaul commented 3 years ago

hi, Big Sur 11.0.1

dagronf commented 3 years ago

Ah. I haven't tested it on a recent Big Sur (I'm running it in VMs) - I'll upgrade to the latest and try again.

Which Xcode version are you using?

DevulderJeanPaul commented 3 years ago

Version 12.2 beta 4 (12B5044c)

dagronf commented 3 years ago

Hey mate - I was able to reproduce (and fix) the issue on Big Sur -- looks like Big Sur has changed the button behaviour if you don't explicitly set its type (my mistake!)

If you try version 1.0.1 which should be available now and verify that'd be great.

DevulderJeanPaul commented 3 years ago

great it's fixed! thanks,

dagronf commented 3 years ago

Good to hear! Thanks for the help mate.