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

Code Explorer 'Add' menu - disappearing items #5046

Closed
mansellan opened this issue Jul 12, 2019 · 1 comment · Fixed by #5275
Closed

Code Explorer 'Add' menu - disappearing items #5046

mansellan opened this issue Jul 12, 2019 · 1 comment · Fixed by #5275
Assignees
Labels
bug Identifies work items for known bugs feature-code-explorer user-interface This issue explicitly relates to the visible interface of Rubberduck. wpf Issue is easier to resolve with knowledge of WPF/XAML

Comments

@mansellan
Copy link
Member

Rubberduck version information
Version 2.4.1.37223
OS: Microsoft Windows NT 6.2.9200.0, x64
Host Product: Visual Basic x86
Host Version: 6.00.8176
Host Executable: VB6.EXE (but repro'd in VBA too)

Description
The items in the Add menu in the Code explorer are invisible (albeit with space reserved for them) under certain scenarios.

To Reproduce
Steps to reproduce the behavior:

  1. Go to Code Explorer
  2. Right-click a component node, expand the 'Add' submenu
  3. Click the 'Add' toolbar button
  4. Right-click a component node, expand the 'Add' submenu
  5. Menu is the correct size, but with no visible entries

Expected behavior
Menu items should not be invisible.

Screenshots
image

@mansellan mansellan added bug Identifies work items for known bugs user-interface This issue explicitly relates to the visible interface of Rubberduck. feature-code-explorer wpf Issue is easier to resolve with knowledge of WPF/XAML labels Jul 12, 2019
@mansellan mansellan self-assigned this Aug 13, 2019
@Vogel612 Vogel612 added the hacktoberfest Tags issues for Hacktoberfest 2019 label Sep 20, 2019
@bclothier bclothier removed the hacktoberfest Tags issues for Hacktoberfest 2019 label Nov 5, 2019
@MDoerner
Copy link
Contributor

As discribed in #5238, the bug also can be triggered the other way around. If you first click the add toolbar button and then the submenu in the context menu, the menu under the toolbar button will be empty and the one in the context menu will stay filled.
Basically, it is the last one to initialize wins.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Identifies work items for known bugs feature-code-explorer user-interface This issue explicitly relates to the visible interface of Rubberduck. wpf Issue is easier to resolve with knowledge of WPF/XAML
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants