Skip to content
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

fix(FEC-11392): document.querySelector breaks #618

Merged
merged 3 commits into from
Jul 7, 2021
Merged

Conversation

Yuvalke
Copy link
Contributor

@Yuvalke Yuvalke commented Jul 6, 2021

Description of the Changes

Issue: document.querySelector doesn't work correctly when element id contains query chars.
Solution: get element by id and make the query.

CheckLists

  • changes have been done against master branch, and PR does not conflict
  • new unit / functional tests have been added (whenever applicable)
  • test are passing in local environment
  • Travis tests are passing (or test results are not worse than on master branch :))
  • Docs have been updated

Issue: document.querySelector doesn't work correctly when element id contain query chars.
Solution: get element by id and the make the query
@Yuvalke Yuvalke requested a review from a team July 6, 2021 13:35
@Yuvalke Yuvalke self-assigned this Jul 6, 2021
@Yuvalke Yuvalke changed the title fix: document.querySelector breaks fix(FEC-11392): document.querySelector breaks Jul 7, 2021
@Yuvalke Yuvalke merged commit f86a73a into master Jul 7, 2021
@Yuvalke Yuvalke deleted the weird-element-id branch July 7, 2021 06:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants