[issue429031] Text widget, bindtags and Tabs

2022-04-10 Thread admin


Change by admin :


--
github: None -> 34564

___
Python tracker 

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



[issue429031] Text widget, bindtags and Tabs

2008-05-15 Thread Guilherme Polo

Guilherme Polo [EMAIL PROTECTED] added the comment:

The tab key is bound globally to move the focus to the next widget,
but that is not what you would want for a text widget. So, text widgets
breaks the natural flow of tab key events to achieve this, and, when you
specify bindings like that (in your not ok example), it stops your
widget-level binding from firing.

I don't see anything to be fixed here, so I'm closing it.

--
nosy: +gpolo
resolution:  - invalid
status: open - closed


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue429031

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



[issue429031] Text widget, bindtags and Tabs

2008-01-14 Thread Matthias Kievernagel

Changes by Matthias Kievernagel:


--
nosy: +mkiever


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue429031

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



[issue429031] Text widget, bindtags and Tabs

2008-01-14 Thread Matthias Kievernagel

Changes by Matthias Kievernagel:


Added file: http://bugs.python.org/file9166/429031-tabs-nok.py


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue429031

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



[issue429031] Text widget, bindtags and Tabs

2008-01-14 Thread Matthias Kievernagel

Changes by Matthias Kievernagel:


Added file: http://bugs.python.org/file9167/429031-tabs-ok.tcl


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue429031

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



[issue429031] Text widget, bindtags and Tabs

2008-01-14 Thread Matthias Kievernagel

Changes by Matthias Kievernagel:


Added file: http://bugs.python.org/file9168/429031-tabs-nok.tcl


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue429031

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



[issue429031] Text widget, bindtags and Tabs

2008-01-14 Thread Matthias Kievernagel

Matthias Kievernagel added the comment:

skip was right.
An equivalent tcl program shows the same behaviour.
Tested with tcl/tk 8.4.6

Corrected python scripts (the original attached files
were broken) and equivalent tcl scripts attached.

Matthias Kievernagel

Added file: http://bugs.python.org/file9165/429031-tabs-ok.py


Tracker [EMAIL PROTECTED]
http://bugs.python.org/issue429031

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