Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 3.3.0.M3
-
Component/s: visual-page-editor-core
-
Labels:None
Description
The "Source" menu is duplicated when VPE is opened and the "Package Explorer" view is in focus. See attached screenshots.
Gliffy Diagrams
Issue Links
- cloned to
-
JBIDE-9751
Duplicate "Source" menu in Eclipse menubar when the open editor is VPE and focus is in "Package Explorer"
-
- Closed
-
- is related to
-
JBIDE-4008
Two "Source" menu items in the menubar if some package in "Package Explorer" selected
-
- Closed
-
- relates to
-
JBIDE-6287
Externilize string wizard for web page
-
- Closed
-
Currently menu is inserted intoto the "menu:sourceMenuId?after=OccurencesFile" menu which is the standard WTP's Structured Text Editor Menu Id for "Source" menu.
In "Package Explorer" another "Source" menu is created which is the standsrd Eclipse's menu.
According to the <visible when> constructions TWO menus are visible.