bug contextmenustrip over lightningchart

Found a possible bug in LightningChart? Report it here.

Moderator: Queue Moderators

Post Reply
fredd41
Posts: 113
Joined: Fri Sep 05, 2014 6:46 pm

bug contextmenustrip over lightningchart

Post by fredd41 » Wed Mar 11, 2015 3:57 pm

hi

create a new project
add a winform
add a lightningchart
set dock property -> fill
add a contextmenustrip (or a menustrip control)
add 3 or 4 submenus (ex: new, open, add, close)
click on the chart (to hide the contextmenustrip)
click on the contextmenustrip1 icon (you will see the contextmenu over the chart)
now move your mouse over menus (without clicking), the menus will appear and disappear (very disturbing)
this bug happens only with your control

thanks

ArctionJari

Re: bug contextmenustrip over lightningchart

Post by ArctionJari » Fri Mar 13, 2015 8:46 am

Thanks for bringing this up. It seems that only the current item and the focus box are rendered over the chart and the rest of the context menu goes behind the chart. We'll look into this.

ArctionJari

Re: bug contextmenustrip over lightningchart

Post by ArctionJari » Wed Mar 18, 2015 9:26 am

For some reason DirectX scene is drawn over the menu in designer excluding the current item. When running the application menu is drawn correctly. Maybe this is an issue with Visual Studio's designer. So currently there's nothing we can do about this problem but we'll let you know if we find a solution.

Post Reply