pixel-perfect-firefox
pixel-perfect-firefox copied to clipboard
Add Overlay Button is gone
The Add Overlay button gone. I can't upload an overlay. Firefox 14.0.1
http://imageshack.us/photo/my-images/191/29678833.png/ I see it too.
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) FF 13.0.1
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). What a pity ((
solution!!
- open firebug
- click on the button - to open in a separate window
- close Firefox
- open Firefox
- open firebag
- "add overlay" button appear in the pixel perfect, but all the old layers will be lost and "add overlay" button will be lost when you expand firebug!!!!!
@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
http://prntscr.com/cb4ni http://prntscr.com/cb4v4
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:
extensions\[email protected]\chrome\pixelperfect\content\PixelPerfectPanel.js
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. Mac OS X Lion + Fx 14.0.1 + in Aurora as well. Any chance of getting this fixed soon?
@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... well,
My System is Win 7 Home, FireFox 13.0.1 It was working for me until I tried to change the overlay with another one. I deleted the previous one and next, the Add Layer button had gone.!
I am having the same issue with no resolution at all. I searched for the PixelPerfectPanel.js but I couldn't find it in my system. Please tell where can I find it in my Win 7 Home. the only folders I see in extensions folder of FF look liike '{9e4e-dsdd-sdsdd....}'
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)); addMenuOption('Hide Overlay When Inspecting', buildToggleBoolPrefFn(hideWhenFocusLostPref), pixelPerfect.utils.getBoolPref(hideWhenFocusLostPref));
And it actually worked. I have now the add layer button in my dropdown, BUT, I still can't SHOW/HIDE the layer.
@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: My issue is totally resolved! after adding that code, it just needed a few restarts.
BUT one more thing, I feel there still is some issue when it comes to tabbed overlays. I mean in FF, If I want to open different overlays in different tabs, I simply CAN'T Is there any feature coming like that??
Yes I see it too (wtf?)((((( so need restart
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! For those who's needed or confused. Open Firefox. Type in address link "about:support". in Application Basics > Profile Folder click "Show in Finder" button. And find file there: extensions\[email protected]\chrome\pixelperfect\content\PixelPerfectPanel.js
in the PixelPerfectPanel.js file find this peace of code:
addMenuOption('Hide Statusbar Icon', buildToggleBoolPrefFn(hideStatusBarPref), pixelPerfect.utils.getBoolPref(hideStatusBarPref)); addMenuOption('Hide Overlay When Inspecting', buildToggleBoolPrefFn(hideWhenFocusLostPref), pixelPerfect.utils.getBoolPref(hideWhenFocusLostPref));
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. Can someone please do a real fix so we all don't need to hack the plugin?
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...