Multiline text input controls don't work correctly in MacOS. When they are clicked the cursor does not get placed in the control, and it may not even get control focus (wtf?). This seems to only happen in modal dialogues, though.
The new zxw_modal control should fix this so they can work the same way across all platforms.
Maybe.
Multiline text input controls don't work correctly in MacOS. When they are clicked the cursor does not get placed in the control, and it may not even get control focus (wtf?). This seems to only happen in modal dialogues, though.
The new zxw_modal control should fix this so they can work the same way across all platforms.
Maybe.
Was fixed here: #32
The problem traces back to the same issue as with everything Cocoa: you have to intercept and handle input manually in modals.
For everything.
Was fixed here: https://git.qpq.swiss/QPQ-AG/GajuDesk/pulls/32
The problem traces back to the same issue as with everything Cocoa: you have to intercept and handle input manually in modals.
For everything.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Multiline text input controls don't work correctly in MacOS. When they are clicked the cursor does not get placed in the control, and it may not even get control focus (wtf?). This seems to only happen in modal dialogues, though.
The new zxw_modal control should fix this so they can work the same way across all platforms.
Maybe.
Was fixed here: #32
The problem traces back to the same issue as with everything Cocoa: you have to intercept and handle input manually in modals.
For everything.