[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 

___
___
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 Roger Serwy

Roger Serwy added the comment:

I can confirm that the existing behavior of IDLE prohibits clicking on the 
scroll bar on Windows (but not Linux). Clicking on an item in the window closes 
it without actually selecting the clicked item. This is true on both Windows 
and Linux.

On Windows, the  event is generated when selecting the completion 
window, causing it to close. On Linux with Gnome3.4, the scroll bar is 
clickable without closing the window.

By removing "" from HIDE_SEQUENCES in AutoCompleteWindow.py, the 
completion window can now take focus. However, the completion window will need 
some work since key presses in the focused window doesn't change the text 
selection.

--
stage:  -> needs patch
type:  -> behavior
versions: +Python 3.2, Python 3.3, Python 3.4

___
Python tracker 

___
___
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 
> 
> ___
>

--

___
Python tracker 

___
___
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-31 Thread Terry J. Reedy

Changes by Terry J. Reedy :


--
nosy: +serwy, terry.reedy

___
Python tracker 

___
___
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 

___
___
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 Colin Su

Colin Su added the comment:

On which platform?

--
nosy: +littleq0903

___
Python tracker 

___
___
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 

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