Running wxPython 2.8.11...
OSX 10.6.4
I was getting strange behavior out of my font dialog on osx, so I
just
ran the wxPython demo and popped up the wx.FontDialog from there.
First, the font color always come up green (button at the top). If
you try to change the font color, which pops a color selector dialog,
most of the time, hitting OK in the color selector dialog also closes
down the font dialog.
I also get Bus errors (application shuts down) sometimes, when trying
to set the font color.
Another user on the wxpython-users list has confirmed this behavior as
well.