Tk Source Code

View Ticket
Login
Ticket UUID: 2947842
Title: Clarify tk busy manpage
Type: Patch Version: None
Submitter: decosterjos Created on: 2010-02-08 13:55:44
Subsystem: 56. [grab] Assigned To: fvogel
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2017-12-18 21:56:54
Resolution: Fixed Closed By: fvogel
    Closed on: 2017-12-18 21:56:54
Description:
The tk busy command does nothing to prevent keyboard evens from being sent to the 'busy' widgets. It mentions you have to set to focus to a none 'busy' widget but keyboard traversal can bring focus back to the 'busy' widgets. This patch tries to make clearer the tk busy command does not block keyboard event and gives and example how to prevent focus from being set to a 'busy' widget by focussing on a widget which can't be left using keyboard traversal.
User Comments: fvogel added on 2017-12-18 21:56:54:
Merged to core-8-6-branch and trunk.

fvogel added on 2017-12-13 20:56:18:

From the provided file I have created a patch that I have committed in a bugfix branch, see [ed31b70d26].

The result looks OK to me.


decosterjos added on 2010-02-08 20:55:45:

File Added - 362084: busy.n

Attachments: