Multiline text input doesn't work right in MacOS modals #28
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.