Closed
Description
Steps to reproduce this issue:
- go to //plot.ly/javascript/reference/
- type 'button' into the search bar
- 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.
Metadata
Metadata
Assignees
Labels
No labels