Skip to content

clicking searched items within the plotly.js docs does not jump to the item #925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
SKalt opened this issue Apr 25, 2018 · 1 comment
Closed

Comments

@SKalt
Copy link

SKalt commented Apr 25, 2018

Steps to reproduce this issue:

  1. go to //plot.ly/javascript/reference/
  2. type 'button' into the search bar
  3. click any of the search items

At this point if you clicked the first item, the URL is https://plot.ly/javascript/reference/#layout-xaxis-rangeselector-buttons-items. document.getElementById('layout-xaxis-rangeselector-buttons-items') returns an empty NodeList. Manually navigating to layout > xaxis > rangeselector > buttons shows no subitems labeled "items". Instead, there are other subelements corresponding to each of the properties of a layout >... > buttons > item.

It looks like this issue is the search going out-of-sync with what's actually on the page.

@michaelbabyn
Copy link
Contributor

closed by #1069

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

No branches or pull requests

2 participants