Welcome to the JavaScript feedback portal. We’re happy you’re here! If you have feedback on how to improve the JavaScript, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Hello,

There's a bug in the dashboardlayout component in version
17.2.0.34
where, when  allowDragging: true, panels can be dragged to the top of the page irrespective of other content that may be placed above the dashboardlayout component. 

For example if you have an HTML layout structure like this: 

div 

      div 

           h3Dashboard Categories/h3 

    /div

/div 

div class="control-section" 

  div id="defaultLayout"/div 

/div


With more than three rows of panels, if you place the mouse cursor close to the bottom of any panel in the third row or below and drag it to the top of the page, it will drop hihger than the top of the dashboardlayout screen position thus covering any other content placed at the top of the page above

the dashboardlayout component.


NB Your online demos are still using an older version than 
17.2.0.34 where the panel "jumps down" when you are initiating a drag, so this current bug is not reproducible there.

Thanks