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

BUG: Two browser console warnings #601

Open
JoelWiebe opened this issue Oct 2, 2024 · 0 comments
Open

BUG: Two browser console warnings #601

JoelWiebe opened this issue Oct 2, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@JoelWiebe
Copy link
Contributor

JoelWiebe commented Oct 2, 2024

Bug

Overview
Two angular related browser console warnings occur and two issues during regular use

To Reproduce
Steps to reproduce first warning:

  1. Go to the Canvas view of any project
  2. Click on the + then the canvas to create a new post
  3. When the Add Post modal pops up, the error will be displayed in the console

It looks like you're using ngModel on the same form field as formControl. Support for using the ngModel input property and ngModelChange event with reactive form directives has been deprecated in Angular v6 and will be removed in a future version of Angular.

Have not found how to resolve second warning:

Element matching '[cdkFocusInitial]' is not focusable. <button _ngcontent-krs-c42 type=​"submit" mat-button cdkfocusinitial class=​"mat-focus-indicator mat-button mat-button-base ng-star-inserted spinner mat-button-disabled" ng-reflect-disabled=​"true" style disabled=​"true">​…​​ focusInitialElement @ a11y.mjs:1093

Steps to reproduce two issues in browser

  1. Open either the multi-assign tab of the group assignments or the manage workflow modal
  2. See issues appear in developer tools:

Incorrect use of label for=FORM_ELEMENT

@JoelWiebe JoelWiebe added the bug Something isn't working label Oct 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Todo
Development

No branches or pull requests

1 participant