Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replaying mouse trails on Firefox with the Firebug console enabled #1

Closed
GoogleCodeExporter opened this issue Mar 20, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

This issue may affect only to recent versions of Firebug (1.4.0 or above), 
which seems to fire a resize event when the user activates the console.
By now (smt)2 listens to the resize event to reload the mouse replay,
so there is an annoying collision in that situation.

*What steps will reproduce the problem?*
Have Firebug ON and the console window attached to the browser window.

*What is the expected result?*
Watch the mouse replaying.

*What do you see instead?*
The page is refreshed in an endless loop.

*Solution:*
Detach the console window while replaying the mouse trails.
Or in any case you can turn it off ;)


Tested on Firefox 3.0.11 w/ Firebug 1.4.0 on Windows XP.

Original issue reported on code.google.com by luis.lei...@gmail.com on 19 Jul 2009 at 7:40

@GoogleCodeExporter
Copy link
Author

I've updated the first release (now beta2), so the resize event listener is
completely removed. 

From now on if the browser window is resized when replaying the mouse trails, 
it 
should be reloaded explictly. Note that resizing the window changes the viewport
size, so the background layer must be redrawn -- i'll fix this maybe in the 
next release.

Original comment by luis.lei...@gmail.com on 20 Jul 2009 at 6:04

@GoogleCodeExporter
Copy link
Author

Original comment by luis.lei...@gmail.com on 24 Sep 2009 at 5:59

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant