radzenhq / radzen-blazor

Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
https://www.radzen.com
MIT License
3.52k stars 785 forks source link

Context Menu on demo site does not function #45

Closed oppknox closed 3 years ago

oppknox commented 3 years ago

Describe the bug On click with either of the three buttons no context menu displays regardless of browser. https://blazor.radzen.com/contextmenu

To Reproduce Steps to reproduce the behavior:

  1. Go to 'https://blazor.radzen.com/contextmenu'
  2. Click on 'show context menu.'
  3. Nothing occurs

Screenshots image

Desktop (please complete the following information):

akorchev commented 3 years ago

Works as expected with all tested browsers (the context menu shows on right click):

image
tesar-tech commented 3 years ago

Oh. @oppknox did you try to click with right mouse button? Because that was exactly what I was doing wrong (clicking left) when I tried for the first time...

oppknox commented 3 years ago

I did and of course it works. Feels kinda dumb, but is a good learning opportunity. Thank you