[ wxwindows-Bugs-1906891 ] Dialog on gtk don't get initially focus

SourceForge.net noreply at sourceforge.net
Tue Mar 4 02:35:57 PST 2008


Bugs item #1906891, was opened at 2008-03-04 10:35
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1906891&group_id=9863

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Franz Steinhaeusler (francescoa)
Assigned to: Nobody/Anonymous (nobody)
Summary: Dialog on gtk don't get initially focus

Initial Comment:
Not really sure, if this is a bug or a feature. For me, it is the first thing, and find it annoying.

On MSW, it does. I have several Dialogs, where I would have to insert (on wxpython):

class dlg(wx.Dialog):
   def __init__(...)
   ...
   if wx.Platform == '__WXGTK__':
      self.SetFocus()

Is that intended? I find it very annoying.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=109863&aid=1906891&group_id=9863




More information about the wx-dev mailing list