Tk Source Code

View Ticket
Login
2004-09-11
03:49 Closed ticket [1013942fff]: blocking of wheel-scrolling in demo:File sel.dialog plus 7 other changes artifact: eeec3529f1 user: dkf
2004-09-08
03:25 Ticket [1013942fff]: 5 changes artifact: 1193e28877 user: hobbs
2004-08-23
17:46 Ticket [1013942fff]: 5 changes artifact: 870317728e user: dkf
03:34 Ticket [1013942fff]: 1 change artifact: 7d5b97cb0e user: mkolesn
03:34 Ticket [1013942fff]: 1 change artifact: 1712a0e1c7 user: mkolesn
2004-08-22
20:29 New ticket [1013942fff]. artifact: 6f4fe714a9 user: mkolesn

Ticket UUID: 1013942
Title: blocking of wheel-scrolling in demo:File sel.dialog
Type: Bug Version: obsolete: 8.4.7
Submitter: mkolesn Created on: 2004-08-22 20:29:22
Subsystem: 76. Widget Tour Assigned To: dkf
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2004-09-11 03:49:08
Resolution: Fixed Closed By: dkf
    Closed on: 2004-09-10 20:49:08
Description:
Linux
Widget Demonstration
Demo: Common Dialogs -> File selection dialog
option: Use Motif Style Dialog
blocks wheel-scrolling in the whole demo application.
Even when the example window is closed
it sets the global variable 'tk_strictMotif'
unblocking is possible by running again the example and
unchecking the option

for me worked this line (in the file 'filebox.tcl'):
bind $w <Destroy> "+set tk_strictMotif 0"
!but it is called 15 times per 'close'
User Comments: dkf added on 2004-09-11 03:49:08:
Logged In: YES 
user_id=79902

Binding that script to $w.strict instead is more elegant.
Fixed in HEAD and 8.4 branch tip

hobbs added on 2004-09-08 03:25:11:
Logged In: YES 
user_id=72656

pushing to Donal, the Demo Man.