The are 2 elements with id #search_input and 2 elements with id #submit-search
Expected Result
The should be no duplicated ids on elements. Those two are not visible at the same time (one pair is inside a mobile-only div) but it still will mess up any JS queries to that ID – JS and jQuery assume every id is unique.
Repro Steps
Actual Result
The are 2 elements with id #search_input and 2 elements with id #submit-search
Expected Result
The should be no duplicated ids on elements. Those two are not visible at the same time (one pair is inside a mobile-only div) but it still will mess up any JS queries to that ID – JS and jQuery assume every id is unique.
OS Name/Version
Windows 10
Screenshot/Screencast
Attach a screenshot or screencast here.