Skip to content

Conversation

@MayaKirova
Copy link
Contributor

Closes IgniteUI/igniteui-blazor-examples#1107

Issue was specific to FireFox, because in it .attr("href") returns the resolved (absolute) URL, which is not a valid selector for the find method used to find the target section to scroll to. That was throwing errors, like:

Uncaught Error: Syntax error, unrecognized expression: https://staging.infragistics.com/products/ignite-ui-blazor/blazor/components/grids/tree-grid/filtering#setup

Changing it to use the hash prop, which returns just the hash (like #setup) consistently between browsers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Side navigation not working in the Tree Grid Filtering page

2 participants