bug in find/replace dialog in wxPython unicode

Hi Robin,

Is this bug still present in wxPython 2.6.2?

  • Clicking the [ContinueSearch] button in the Search/Replace dialog box does not result in jumping to next occurence - two clicks are	necessary for that.
    

This is a bug of unicode wxPython (see demo, there it happens as well). It does not happen with ansi wxPython.

A lot of SPE users are reporting this bug, but I can’t find a workaround.

Thanks in advance,

Stani

···


http://pythonide.stani.be
http://pythonide.stani.be/screenshots

http://pythonide.stani.be/manual/html/manual.html

SPE Stani's Python Editor wrote:

Hi Robin,

Is this bug still present in wxPython 2.6.2?

        * Clicking the [ContinueSearch] button in the Search/Replace
          dialog box does not result in jumping to next occurence - two
          clicks are necessary for that.

This is a bug of unicode wxPython (see demo, there it happens as well). It does not happen with ansi wxPython.

Yes it's still a bug. I've entered a bug report with some more details about it.

https://sourceforge.net/tracker/index.php?func=detail&aid=1387725&group_id=9863&atid=109863

A lot of SPE users are reporting this bug, but I can't find a workaround.

I've found that if the focus leaves the FindReplaceDialog, even temporarily then it doesn't have the problem.

···

--
Robin Dunn
Software Craftsman
http://wxPython.org Java give you jitters? Relax with wxPython!