-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
v8: Accessibility Create User Page Title #7104
v8: Accessibility Create User Page Title #7104
Conversation
…sibility on the umb editor header control when there is no editorState.Current
😄 |
Hi, I'd like to look to finish of the title work I've been doing and would be good to get feedback on this PR please, there's a few places in the CMS where as a developer we can't just set the title and screen reader properties properties containing the name are loaded after the header is loaded, and ng-hide won't resolve this issue. This works alongside #7102 in an attempt to resolve this issue |
Hiya |
Hi @RachBreeze , Apologies for delayed response. Can you fix the merge conflict here? I can look at it for you then :-) Poornima |
…to v8/temp-pagetitle-createuser # Conflicts: # src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js
Hi @poornimanayar |
# Conflicts: # src/Umbraco.Web.UI.Client/src/common/directives/components/editor/umbeditorheader.directive.js # src/Umbraco.Web.UI.Client/src/views/users/user.controller.js
This PR sets the page title when creating a user, it extends #7102