noreply at rubyforge.org
2007-Nov-12 15:55 UTC
[wxruby-development] [ wxruby-Bugs-15581 ] Text fields crash application when F3 is pressed in them after a successful Find.
Bugs item #15581, was opened at 2007-11-12 10:55 You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15581&group_id=35 Category: Incorrect behavior Group: current Status: Open Resolution: None Priority: 3 Submitted By: Nobody (None) Assigned to: Nobody (None) Summary: Text fields crash application when F3 is pressed in them after a successful Find. Initial Comment: OS: Windows XP Ruby version: 1.8.6 WxRuby version: 1.9.2 (gem) Steps to reproduce: * Start bigdemo sample. * Focus on multi-line text control (e.g. sample source pane). * Press Ctrl-F to search for string that exists in text (e.g. for "req"). * After match is found, press F3. An unhandled exception occurs. The expection DOES NOT occur when the string was not found previously or when you press F3 for the first time. Please see the screencast attached where I show how it works on my machine. Feel free to contact me at alex-spam at rdc.ru for details. ---------------------------------------------------------------------- You can respond by visiting: http://rubyforge.org/tracker/?func=detail&atid=218&aid=15581&group_id=35
Maybe Matching Threads
- [ wxruby-Bugs-15666 ] bigdemo crashes after using the arrow keys to select the widgets
- [ wxruby-Bugs-12748 ] ObjectPreviouslyDeleted error when exiting bigdemo
- [ wxruby-Bugs-10662 ] ClientDC paint not being shown on OS X with 2.8
- [ wxruby-Bugs-17827 ] Crash when closing Dialog in bigdemo.rb
- [ wxruby-Bugs-14374 ] TextCtrl TE_RICH and SUNKEN_BORDER (WxRuby1.9.1)