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

"[DOM] Found 2 elements with non-unique id #frequency_select" #860

Closed
fancycode opened this issue Jul 3, 2018 · 0 comments · Fixed by #926
Closed

"[DOM] Found 2 elements with non-unique id #frequency_select" #860

fancycode opened this issue Jul 3, 2018 · 0 comments · Fixed by #926
Labels
3. to review Waiting for reviews bug
Milestone

Comments

@fancycode
Copy link
Member

fancycode commented Jul 3, 2018

Steps to reproduce

  1. Open the edit view of a calendar event (using Calendar app 1.6.1 on NC 13).

Expected behaviour

No error should be logged to the browser console.

Actual behaviour

Chrome (67.0.3396.99) logs

[DOM] Found 2 elements with non-unique id #frequency_select: (More info: https://goo.gl/9p2vKq)
<select id=​"frequency_select" ng-options=​"repeat.val as repeat.displayname for repeat in repeat_options_simple" ng-model=​"properties.rrule.freq" class=​"ng-pristine ng-untouched ng-valid ng-not-empty">​…​</select>
<select id=​"frequency_select" ng-options=​"repeat.val as repeat.displayname for repeat in repeat_end" ng-model=​"selected_repeat_end" class=​"ng-pristine ng-untouched ng-valid ng-not-empty">​…​</select>​

The two locations are

id="frequency_select"

<select id="frequency_select"


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@georgehrke georgehrke added this to the 2.0.0 beta1 milestone Sep 8, 2018
@georgehrke georgehrke added 1. to develop Accepted and waiting to be taken care of bug 3. to review Waiting for reviews and removed 1. to develop Accepted and waiting to be taken care of labels Aug 25, 2019
@georgehrke georgehrke mentioned this issue Oct 16, 2019
30 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review Waiting for reviews bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants