ToddMadison / ff-cckwizard

Automatically exported from code.google.com/p/ff-cckwizard
0 stars 0 forks source link

Add "CCK Wizard" menu item to the Web Developer menu on the Firefox App Button #29

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The CCK Wizard menu option is currently only available on the Tools menu 
from the menubar.  Since (on Windows at least) the menu bar is turned off by 
default, it makes it non-obvious where the CCK Wizard menu item is.
2.
3.

What is the expected output? What do you see instead?
We should add the CCK Wizard menu item to the Web Developer menu item on the 
Firefox App menu (the Firefox button).

Please use labels and text to provide additional information.
The Web Developer menu ID is: menuWebDeveloperPopup
We should append it to the first section of menu items (insert before separator 
ID devToolsEndSeparator)

Original issue reported on code.google.com by rick.alt...@gmail.com on 22 Sep 2011 at 12:24

GoogleCodeExporter commented 8 years ago
Correction: the Web Developer menu ID for the App Menu is: 
appmenu_webDeveloper_popup
The separator ID is: appmenu_devToolsEndSeparator

This brings up another question.  Starting with Firefox 4, there is now a Web 
Developer menu under the Tools menu on the menu bar.  For consistency, the CCK 
Wizard menu item should be moved there as well (so it matches the App Menu 
location).  However, this won't work for Firefox < 4.  So, we'll need 2 chrome 
overlays: One for Firefox 4+ and one for Firefox < 4.  

Original comment by rick.alt...@gmail.com on 22 Sep 2011 at 1:33

GoogleCodeExporter commented 8 years ago
Yep. I was thinking about that.

Is Web Developer the right place though?

Original comment by mka...@gmail.com on 22 Sep 2011 at 1:54

GoogleCodeExporter commented 8 years ago
I was thinking the same thing as it's not a web dev tool, but it is a dev tool. 
 So I placed it on the main app menu beneath Web Developer.  Same in the tools 
menu - beneath the Web Developer menu item.

I just finished it and will be checking it in.  Let me know if you would like 
it in another place or a separator added.

Original comment by rick.alt...@gmail.com on 22 Sep 2011 at 2:03

GoogleCodeExporter commented 8 years ago
Change checked in as r66.

Created a new browser overlay for Firefox 4 and higher which places the CCK 
Wizard menu item beneath the Web Developer menu item (in both the App Menu and 
Tools menu)

Original comment by rick.alt...@gmail.com on 22 Sep 2011 at 2:24