You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin destroys and does not maintain current query parameters upon anchor link clicking. This is an issue if one is attempting to use queries for any of the data on the page, and observing that data as well in the URL. One cannot refresh the page, bookmark, nor go back to a working position due to the plugin stripping away any url query parameters that were being used. The example is shown below of what happens.
ISSUE LINK AFTER ANCHOR TAG IS CLICKED
(so when anchor tag is clicked the url parameters are stripped and replaced): http://www.somedomain.com/users#home
The text was updated successfully, but these errors were encountered:
williamchristophercooley
changed the title
ngx-scrollspy destroys previous url query parameters
ngx-scrollspy destroys previous url query parameters after anchor tag is clicked
May 15, 2018
The plugin destroys and does not maintain current query parameters upon anchor link clicking. This is an issue if one is attempting to use queries for any of the data on the page, and observing that data as well in the URL. One cannot refresh the page, bookmark, nor go back to a working position due to the plugin stripping away any url query parameters that were being used. The example is shown below of what happens.
DEFAULT URL LINK:
http://www.somedomain.com/users?id=5q23jn34&filter=true
ISSUE LINK AFTER ANCHOR TAG IS CLICKED
(so when anchor tag is clicked the url parameters are stripped and replaced):
http://www.somedomain.com/users#home
The Ideal Result After Clicking an Anchor Tag:
http://www.somedomain.com/users?id=5q23jn34&filter=true#home
The text was updated successfully, but these errors were encountered: