Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
We’re encountering an issue with the Pivot Table Toolbar's context menu positioning when the page is scrolled or the width of the page is reduced.
Issue Details:
- The Pivot Table Toolbar's context menu appears in an incorrect position when the page scrollbar is scrolled down.
- The top position of the context menu is calculated inaccurately relative to the view, causing the context menu to appear detached from the intended target.
- This issue is noticeable when there are UI components on top of the Pivot Table that makes the page scrollable.
- A similar issue happens when reducing the width of the page.
Replication Steps:
1. Run the attached Code sample (in the PivotTableWasm folder)
2. When there is no scroll (the scroll bar is at top position), hover over one toolbar item (for example Export item)
3. The context menu will appear correctly
4. Now scroll down the page
5. Hover over the Export item again
6. Notice that the context menu renders in the wrong position, typically offset from the intended position.