Chris Eykamp added the comment:
If we decide that this is a tkinter bug (and that the Python part is working
properly), does that mean that we close this ticket and rely on the upstream
provider to fix the problem? I don't know how jurisdiction works with core
libraries shipped with P
Chris Eykamp added the comment:
Thanks for the clarification. I don't want to belabor the point, but if you
observe what happens as you hit tab and cycle through the widgets, the way the
color changes cannot be intended behavior, and makes no sense from any rational
UI perspective.
Chris Eykamp added the comment:
The behavior I described is definitely a bug, though it may be (and I suspect
is) Windows specific. You may also be right that the problem is upstream, but
please don't declare this "not a bug" until you've tested it on Windows.
-
New submission from Chris Eykamp :
Attached is a slightly modifed example of the code sample in Bryan Oakley's
response to:
https://stackoverflow.com/questions/30337351/how-can-i-ensure-my-ttk-entrys-invalid-state-isnt-cleared-when-it-loses-focus
I have modified it by changing the styl
Chris Eykamp added the comment:
I'll add that when the red text incorrectly turns black, on my display, I can
see a very subtle red halo, as if the text is being printed first as red, then
as black in a second pass.
--
___
Python tracker
&
Chris Eykamp added the comment:
I don't know if you've read the dialog on the PR (there was also some offline
between Ned and myself), but the patch breaks a test when running under a fresh
build of Python. I can't reproduce it here without setting up a build system,
whic
Chris Eykamp added the comment:
Packaged patch offered below into PR 7804
https://github.com/python/cpython/pull/7804
--
versions: +Python 3.5
___
Python tracker
<https://bugs.python.org/issue27
Change by Chris Eykamp :
--
pull_requests: +7409
___
Python tracker
<https://bugs.python.org/issue2>
___
___
Python-bugs-list mailing list
Unsubscribe:
Chris Eykamp added the comment:
I'll get a PR submitted this weekend, and post back here. It will not
explicitly address that other case, as I don't have the capacity or wherewithal
for that. Alas.
--
___
Python track
Chris Eykamp added the comment:
I've already got a PR based on the patch listed under the Files section (it's
prepared, not yet submitted), but if you want to do something more, I'll step
back and let you do it.
--
___
Python
Chris Eykamp added the comment:
This also manifests itself when using web.py: if the underlying code throws an
exception, this is emitted:
File "/usr/local/lib/python3.5/dist-packages/web/webapi.py", line 364, in
input
out = rawinput(_method)
File "/usr/local/lib
Chris Eykamp added the comment:
I've been experiencing the same issue, which is triggered in the exception
handling of web.py.
Bert's proposed fix, adding the zero byte check (if self._binary_file or
self.length >= 0:) addresses the issue I'm seeing (tested on 3.5, it
12 matches
Mail list logo