[issue15786] IDLE code completion window can hang or misbehave with mouse

2016-05-06 Thread suddha sourav

suddha sourav added the comment:

I reported the issue in 2012, and it's not nice to see that in four years
the flagship editor of Python in all platforms I know is still something I
have to avoid. I am not writing this mail to vent; I'm asking: what can we
do, and through which channels we can go, for a quick solution? I am
unfamiliar with the structure of issue resolving in Python, maybe Ned can
help?

Thank you all

On Fri, May 6, 2016 at 8:36 AM, paul czyzewski 
wrote:

>
> paul czyzewski added the comment:
>
> Thanks, Terry and Ned.
>
> Ned, I checked (nice clear instructions, btw) and I had Tk 8.5.10.  So I
> followed the link and installed 8.5.18.  -- The freeze on mac still occurs
> but I understand that this will avoid some other bugs.
>
> BTW, I don't know how testing works for IDLE and Python, but that's what I
> do for a living, so maybe I'll try to get involved.
>
> --
>
> ___
> Python tracker 
> <http://bugs.python.org/issue15786>
> ___
>

--

___
Python tracker 
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15786] IDLE code completion window does not scoll/select with mouse

2012-10-03 Thread suddha sourav

suddha sourav added the comment:

Thank you for the hint, Roger! On my side, I have changed the
HIDE_SEQUENCES tuple to ("",) and it is giving me the behaviour
I desired. However, I am not sure if this is a fix of the real issue.

I tried IDLE on OpenSUSE 12.2 last night and faced the problem in its other
manifestation, which you describe.

Thank you again tor the quick feedback!

--

___
Python tracker 
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15786] IDLE code completion window does not scoll/select with mouse

2012-10-02 Thread suddha sourav

suddha sourav added the comment:

I would like to let you know that the issue also persists for Windows 8 Pro
RTM. Has anything been decided on this bug?

On Fri, Aug 31, 2012 at 5:56 PM, Terry J. Reedy wrote:

>
> Changes by Terry J. Reedy :
>
>
> --
> nosy: +serwy, terry.reedy
>
> ___
> Python tracker 
> <http://bugs.python.org/issue15786>
> ___
>

--

___
Python tracker 
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15786] IDLE code completion window does not scoll/select with mouse

2012-08-27 Thread suddha sourav

suddha sourav added the comment:

Platform is Windows 7 Professional 64-bit. Sorry for not including the 
information!

--

___
Python tracker 
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue15786] IDLE code completion window does not scoll/select with mouse

2012-08-26 Thread suddha sourav

New submission from suddha sourav:

In IDLE, pressing tab brings up the code completion menu - however, the 
scrollbar, when clicked, does not scroll - it disappears. Same goes for 
clicking an option in the code completion widget - it disappears. Keyboard 
navigation (pgup/pgdown/up/down) and tab works. In addition, pressing enter 
does not autocomplete but execute what was meant to be selected.

--
components: IDLE
messages: 169175
nosy: suddha.sourav
priority: normal
severity: normal
status: open
title: IDLE code completion window does not scoll/select with mouse
versions: Python 2.7

___
Python tracker 
<http://bugs.python.org/issue15786>
___
___
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com