jjb
I'm not sure what the problem is, based on the above. It's probably
worth filing a bug with clear expected and actual results, steps to
reproduce, etc...
-Boris
> For example, control-R fails to reload but only if you
> happen to have focus on the now frozen window.
This sounds like to correct behavior (at least per how we handle
shortcut keys); the key event goes to the focused element, but if
events (key/mouse/etc) are suppressed, the event isn't dispatched to
anywhere.
> Should this be a bug?
Feel free to file, CC me.
And please explain what kind of behavior Firebug would need.
-Olli
>
> jjb
Hmm, may be this is the hint: perhaps we should force focus into Firebug
when we hit the breakpoint. If the user clicks on a frozen window, will
Firefox give it focus (even if no events fire)? It seems not, at least
if I manually give Firebug focus while on a breakpoint, then clicking on
the (frozen) window does not cause the anomalous behavior with control-r.
Thanks!
jjb