Glen Gray wrote:
> hey guys
> 
> I've isolated the code that was causing me those Gmail problems. it  
> was unnecessarily being called in the load completed callback code, so  
> I just removed it. But I'm still a little confused as to why it was  
> causing problems
> 
> The code in question that was being triggered handles our GTK+  
> controls on screen, so if the current uri matches one from a whitelist  
> for fullscreen pages, then we hide our browser tool and status bars.  
> Some pages can be configured to display just the status bar or just  
> the toolbar or have the onscreen keyboard popup automatically etc.
> 
> It's pretty simply code and really just calls gtk show/hide on various  
> controls, however, it was also doing a flush of any pending GTK+  
> events I'm wondering if that was what was triggering the problems with  
> gmail ? I'll do some further tests on this tomorrow.
> --
> Glen Gray
> [EMAIL PROTECTED]

Could be all kinds of things - focus change events, resize events, 
anything really.  Let us know if you track anything down.

--Chris
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to