r-bishop / bpbible

Automatically exported from code.google.com/p/bpbible
0 stars 0 forks source link

error when clicking search result #208

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. run search
2. click any search result
3. the program doesn't get you to the result in the main frame, but throws this 
error:

Traceback (most recent call last):
  File "/home/andreas/Apps/bpbible-r1314/search/searchpanel.py", line 205, in on_list
    self.versepreview.ForceKillFocus()
AttributeError: 'HighlightedDisplayFrame' object has no attribute 
'ForceKillFocus'

Original issue reported on code.google.com by war...@gmail.com on 4 Jun 2011 at 5:42

GoogleCodeExporter commented 9 years ago
UPDATE: This is on Linux, r1314.

Original comment by war...@gmail.com on 4 Jun 2011 at 5:43

GoogleCodeExporter commented 9 years ago
This is not actually a bug.  The "ForceKillFocus" method has been added to 
wxWebConnect since you last built wxWebConnect.  I don't even know the method 
works and does the right thing on Linux, since I still haven't got around to 
checking it.

However, I just remembered this morning that the changes in r1319 meant that 
ForceKillFocus() wouldn't be needed in some cases (one of them being search), 
and so I removed it in r1320.

Original comment by jonmmor...@gmail.com on 5 Jun 2011 at 3:31