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

Do NOT support the latest version of firefox & firebug #46

Open
wgy855 opened this issue Feb 21, 2012 · 13 comments
Open

Do NOT support the latest version of firefox & firebug #46

wgy855 opened this issue Feb 21, 2012 · 13 comments

Comments

@wgy855
Copy link

wgy855 commented Feb 21, 2012

the versions of firefox and firebug are 10.0.2 and 1.9.1.

i can add an picture, but the checkbox cannot be selected. And all the other components of the panel cannot be changed!

@pakito1972
Copy link

Confirmed problem with firefox 10.0.2 and Firebug 1.9.1 on Windows 7
With firefox 10.02 and Firebug 1.10a04 is not possble to select the picture either.

@Enyby
Copy link

Enyby commented Mar 16, 2012

In FF 10.0.2 or later no button "Add overlay" present.
But I found quick fix - in file PixelPerfectPanel.js add line:
addMenuOption('Add Overlay', Firebug.PixelPerfectModule.addOverlay, false);
after:
addMenuOption('Hide Statusbar Icon', buildToggleBoolPrefFn(hideStatusBarPref), pixelPerfect.utils.getBoolPref(hideStatusBarPref));
addMenuOption('Hide Overlay When Inspecting', buildToggleBoolPrefFn(hideWhenFocusLostPref), pixelPerfect.utils.getBoolPref(hideWhenFocusLostPref));

This add menu item to menu on tab for adding overlay. Result see on this picture:
http://inethub.olvi.net.ua/forum/download/file.php?id=12

In Russian read here: http://inethub.olvi.net.ua/forum/viewtopic.php?f=22&t=119

@mwesterhof
Copy link

confirmed the problem initially reported by wgy855 on FF 11.0/firebug 1.9.1 on mac osx 10.6.8
to be fair, the install link for the plugin does still suggest that my version of firefox is as of yet unsupported, but it does seem to install fine. It seems to be a fantastically useful addon so I'm sure we'd all appreciate it if it were updated to work properly on the latest firefox

@sunilw
Copy link

sunilw commented Apr 5, 2012

Confirming this problem with FF 11.0 on linux, using FB 1.9.1

@sunilw
Copy link

sunilw commented Apr 10, 2012

Seems to be working now. I cannot presently replicate this bug.

@mwesterhof
Copy link

this issue seems to be dependant on several factors, including wether or not firebug is currently in a detached window.

@sivaji
Copy link

sivaji commented Apr 12, 2012

I didn't hack any file. Just downgrading firebug to version 1.9.1 fixed the issue for me.

@zhongdeliu
Copy link

When firebug is detached, it is not working (at least for me)

@mwesterhof
Copy link

"When firebug is detached, it is not working (at least for me)"
indeed this seems to be part of the problem for me too.

@ReflexivR
Copy link

Thanks Enyby. I applied your fix and now have a way to add an overlay again with Firebug 1.10.0a8.

@1-800-jono
Copy link

Downgrading to firebug 1.9.1 like sivaji did fixed the issue for me. Thanks sivaji.

@vsushkov
Copy link

@Enyby thanks, you're awesome

@mesvil7
Copy link

mesvil7 commented Nov 15, 2012

@Enyby cool man, worked for me. Thanks

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

No branches or pull requests