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]: Can't edit the ribbon bar from the designer if the project is .net core5 #451

Closed
Mode79 opened this issue Oct 24, 2021 · 4 comments
Closed
Labels
bug Something isn't working

Comments

@Mode79
Copy link

Mode79 commented Oct 24, 2021

Describe the bug
I have a project that is using the .net 5.0 and when i add a ribbon to the form, the designer isn't allowing me to edit the ribbon. it isn't handling any clicks

To Reproduce

  • create simple project using .net core5
  • change the Form1 : Form to Form1 : KryptonForm in the main form
  • drag the ribbon bar from the toolkit
  • double click on the ribbon bar to add more tabs or edit groups in the default tabs isn't allowed in the designer i.e. any clicks to the ribbon bar is doing nothing

Expected behavior
the designer shall respond to the mouse clicks on the ribbon bar

Desktop (please complete the following information):

  • OS: Windows 10 Pro
  • Version 19042.1288
@Mode79 Mode79 added the bug Something isn't working label Oct 24, 2021
@Mode79 Mode79 changed the title [Bug]: [Bug]: Can't edit the ribbon bar from the designer if the project is .net core5 Oct 25, 2021
@PWagner1
Copy link
Contributor

Hi @Mode79 what version are you using?

@Smurf-IV
Copy link
Member

This is what I am trying to solve with an existing bug (Using the nightly) and Visual Studio 16.11.4
#262 #178

@Fungusware
Copy link

Does this general issue also stop the Navigators' Selected Tab Page from being changed in the Designer in .net5?

@Smurf-IV
Copy link
Member

This does not happen in VS2022 (Apart from it not displaying the Krypton toolkit !)
But if you start with the demo Ribbon projects

  • Change "Ribbon Controls" to be _JUST .net5....
  • image
  • Close Visual studio(To flush any designers loaded)
  • Open the solution and then open the Ribbon Controls Form in designer
  • Edit of the ribbon can occur:
    Net5RibbonDesigner

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

4 participants