-
Notifications
You must be signed in to change notification settings - Fork 29
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
Add Overlay Button is gone #48
Comments
http://imageshack.us/photo/my-images/191/29678833.png/ |
I'm also having the same issue Firefox 14.0.1 pp version 1.7.1 |
Yes, me too. It started on Sunday 7/15. I'm not entirely sure, but I think there was an update to Firebug a few days ago, and I wonder if that's the problem..... |
I have the same problem. Win 7/32, Firefox 13.0.1. Upgrade to 14.0.1 didn't solve the problem. |
WIN 7 (With and Without admin permissions) Have the same problem. Does JRE need to be installed? |
So do I, the button is gone at work (Win 7) and at home PC either (XP). |
solution!!
|
@daimonkor that gives me the button back, however, I can't click within the input to turn on the overlay. Do you have this problem as well? |
what is that "I can't click within the input to turn on the overlay", please write more my hack work for me and yes - I don`t add overlay after expand window firebug |
I found this fix in user Enyby's comment on issue #46. Worked for me in OS X. Search for the file PixelPerfectPanel.js within your profile. in the PixelPerfectPanel.js file 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)); Restart and the "Add Overlay" option should now appear in the drop down |
@daimonkor the input box left of the overlay, cannot be clicked. There is a little box you click within to turn on and off layers. So my button is back, but I can't turn on layers. |
yes, I see that and I reload page and overlay work |
where is PixelPerfectPanel.js on Windows XP? |
@daimonkor It should be inside your FF profile directory at this path:
To find your profile directory, in Firefox navigate to about:support and click on the button next to "Profile Folder". |
Yes, its work, but need restart firefox for work additional overlay |
I have teh same issue. |
@markstewart . It doesnt work on Windows 7 for me .. Add overlay button is still not showing even after adding addMenuOption('Add Overlay', Firebug.PixelPerfectModule.addOverlay, false); to PixelPerfectPanel.js |
Hey guys good work you doing... My System is Win 7 Home, FireFox 13.0.1 I am having the same issue with no resolution at all. Is there any update coming here soon? |
ok so I actually found the PixelPerfectPanel.js in the following path.. 'C:\Users\myuser\AppData\Roaming\Mozilla\Firefox\Profiles\8648houh.default\extensions\[email protected]\chrome\pixelperfect\content' I added the line addMenuOption('Add Overlay', Firebug.PixelPerfectModule.addOverlay, false); after addMenuOption('Hide Statusbar Icon', buildToggleBoolPrefFn(hideStatusBarPref), pixelPerfect.utils.getBoolPref(hideStatusBarPref)); And it actually worked. @daimonkor : please tell how to resolve that issue. mere restart didn't help |
http://prntscr.com/ce06c , but where is button?)) First work overlay failed sometimes, need restart firefox. |
@daimonkor: BUT one more thing, |
Yes I see it too (wtf?)((((( |
I've added the lines and refreshed a couple of times but it didn't work for me, no Add overlay in FF 14.0.1 on Lion. |
Could you guys give me path where I can find file PixelPerfectPanel.js in Lion? |
Oh, I figured it out now! in the PixelPerfectPanel.js file find this peace of code: addMenuOption('Hide Statusbar Icon', buildToggleBoolPrefFn(hideStatusBarPref), pixelPerfect.utils.getBoolPref(hideStatusBarPref)); after above lines and before "return menuOptions;" add the following: addMenuOption('Add Overlay', Firebug.PixelPerfectModule.addOverlay, false); Save. Restart Firefox. In the Pixel Perfect menu (click "arrow") you will find "Add overlay" option. |
Ukando: Thank you! That actually works. |
Please fix |
@markstewart : I have added the add overlay button. Thanks a lot! |
It is no button, it is context menu item(( |
I'd like to see a fix for this - it's a great idea, but I'm not really inclined to jump through hoops to get it working... |
omg it works.. thx guys! :) |
As of August 2012, the problem persists with Firefox 14 (Linux). The solution described above works. Many thanks. |
Same issue with Firefox 15 on Linux (Ubuntu) and Firebug 1.10.3 Thanks! |
Thank you SO MUCH for this fix, I've been jonesing for this Plugin to work for about 6 months and I really needed it today, and now it works! Thanks again. |
Awesome! Thanks so much ukando! |
No problem, somebody here did that earlier, I just structured that info. Follow me on twiiter: @alexpivtorak ;) |
Line Fix seems to be added by default now. The button is placed in a horrible place however. Within firebug..click the litte down arrow on the Pixel Perfect Table (directly to the right of the tab title). |
The Add Overlay button gone. I can't upload an overlay. Firefox 14.0.1
The text was updated successfully, but these errors were encountered: