kcoombs

Results 6 comments of kcoombs

I belive I have narrowed in on the cause of the padding problem (Windows, Toga >= 0.5.0). It seems to be related to https://github.com/beeware/toga/pull/2155 (Improved DPI Scaling on Windows and...

I've also been running into this issue in my project. For now I detect when I get a 401 response, force a new session from public_search_api as described above, and...

As least so far as MacOS goes, this seems to prevent MultiLineTextInput from taking rich-formatted text on a paste: ``` diff --git a/cocoa/src/toga_cocoa/widgets/multilinetextinput.py b/cocoa/src/toga_cocoa/widgets/multilinetextinput.py index c651fa8e4..e908ecb6d 100644 --- a/cocoa/src/toga_cocoa/widgets/multilinetextinput.py +++...

For Windows, it doesn't seem like you can disable rich text in the Winforms RichTextBox entirely, but intercepting and handling a CTRL-V to only take the plain text seems to...

In my quick testing, this does not appear to be an issue for GTK. It also does not appear to be an issue for iOS and Android—at least when pasting...

I suggest renaming: ` "**/Frameworks/Python.framework/**/lib/tk",` to ` "**/Frameworks/Python.framework/**/lib/tk*",` (i.e., missing '*' at the end)