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

[Bug]: KryptonContextMenu: Cannot add Comboboxitem #611

Closed
giduac opened this issue Jan 25, 2022 · 3 comments
Closed

[Bug]: KryptonContextMenu: Cannot add Comboboxitem #611

giduac opened this issue Jan 25, 2022 · 3 comments
Labels
bug Something isn't working fixed This issue has been fixed.
Milestone

Comments

@giduac
Copy link
Contributor

giduac commented Jan 25, 2022

Pressing the combobox button in the item editor does not add the CBB (see video)

TK tested (Win10 / Net 4.8):
Nightly: 60.22.1.24-alpha
Stable: 6.2201.4

kcontextmenu_add_combobox.mp4
@giduac giduac added the bug Something isn't working label Jan 25, 2022
@giduac
Copy link
Contributor Author

giduac commented Jan 31, 2022

Hi (@Wagnerp @Smurf-IV),
Been having a look into this and found the following.

In the file attached the ContextMenuComboBox item is listed in the designer.

Line 262: _buttonAddComboBox = new Button();
Line 569 - 582: contains the button definition. But it has no Click method assigned to add the supposed CBB item.

There is no such KryptonContextMenuComboBox object to be found in the source.

Maybe it's an idea to hide the button for now until (if so) the CBB option will be added in the future...?
Although I couldn't find a feature request for this.

KryptonContextMenuCollectionForm.zip

PWagner1 added a commit that referenced this issue Jan 31, 2022
@PWagner1 PWagner1 self-assigned this Jan 31, 2022
@PWagner1 PWagner1 added the under investigation This bug/issue is currently under investigation. label Jan 31, 2022
@PWagner1 PWagner1 added this to the April 2022 milestone Jan 31, 2022
@PWagner1
Copy link
Contributor

Hi @giduac

cc: @Smurf-IV

Thanks for your contribution, I've disabled the option for now & opened feature request #621 to follow on from this

@PWagner1
Copy link
Contributor

Fixed 30/01/2022

@PWagner1 PWagner1 removed their assignment Jan 31, 2022
@PWagner1 PWagner1 added fixed This issue has been fixed. and removed under investigation This bug/issue is currently under investigation. labels Jan 31, 2022
Smurf-IV added a commit that referenced this issue Feb 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working fixed This issue has been fixed.
Projects
None yet
Development

No branches or pull requests

2 participants