Comment 5 for bug 66720

Revision history for this message
In , Peter Parente (parente) wrote :

With the trunk nightly from 2006-06-01, now nothing fires a focus event when a dialog opens (e.g. Preferences, Customize character encoding), even when GTK_MODULES is *not* set:

For the preferences dialog:

generic event 'focus:' A:menu item:Preferences:(0) (0)
window event 'window:deactivate' (0) (0) on A:frame:Minefield: with title 'Minefield'
window event 'window:activate' (0) (0) on A:dialog:Minefield Preferences: with title 'Minefield Preferences'

For the Customize character encoding dialog:

generic event 'focus:' A:menu item:Customize List...:(0) (0)
window event 'window:deactivate' (0) (0) on A:frame:Minefield: with title 'Minefield'
window event 'window:activate' (0) (0) on A:frame:Customize Character Encoding: with title 'Customize Character Encoding'

Expected behavior is that the control with the focus after the dialog opens should fire a focus event.