code-google-com / bpbible

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

Tooltips steal focus #147

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Open the Manage Topics window.
2. Move your mouse over a cross-reference in the main Bible window.

What is the expected output? What do you see instead?
I would expect the tooltip in the main window to show but not dismiss the 
Manage Topics window that is currently focused (in the same way as the search 
window does).

Instead, what happens is that the tooltip comes up, the Bible window becomes 
the currently active window, and if it is full-screen then the Manage Topics 
window goes behind and just disappears (though it remains the active window 
in the taskbar and retains keyboard focus).

Original issue reported on code.google.com by jonmmor...@gmail.com on 1 May 2010 at 1:58

GoogleCodeExporter commented 9 years ago
I have attempted fixing this in r1007.  The fix is not perfect, since it 
prevents the
tooltip from showing at all if this window is on top, but I couldn't figure out 
a
better way to do it.

Original comment by jonmmor...@gmail.com on 8 May 2010 at 2:10

GoogleCodeExporter commented 9 years ago
In r1039 I've added a further fix to suppress the tooltip when the MessageBox 
is shown to say if the guess was right or not (this is an even nastier hack 
than the previous one, but again it seems to work mostly).  This will be in 
0.4.7.

Original comment by jonmmor...@gmail.com on 13 Jul 2010 at 1:04