-
Notifications
You must be signed in to change notification settings - Fork 64
Unload #1752
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
Conversation
Accessibility Violations Found
|
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
ui.frontend/src/GuideBridge.js
Outdated
| '.cmp-adaptiveform-recaptcha__widget', | ||
| '.cmp-adaptiveform-turnstile__widget', | ||
| '.cmp-adaptiveform-hcaptcha__widget', | ||
| '.datePickerTarget' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This points to the fact that we need to have a better mechanism for widget selectors.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, this cannot be changed at this time, most probably this selector came from v1
ui.frontend/src/GuideBridge.js
Outdated
| // Clear DatePicker cache | ||
| // afCache stores datepicker instances keyed by element IDs | ||
| if (window.afCache && typeof window.afCache.store === 'object') { | ||
| window.afCache.store = {}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what about multiple forms in a page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This cache is a global store, we can't remove this as per the current implementation
Accessibility Violations Found
|
5 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
Accessibility Violations Found
|
1 similar comment
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
ui.frontend/src/GuideBridge.js
Outdated
| window.xfalib.ut = null; | ||
| } | ||
| if (window.formBridge && typeof window.formBridge.destroyForm === 'function') { | ||
| window.formBridge.destroyForm(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be called if the form is of schemaType xdp or FormTemplate, irrespective if it is last form or not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, correct
Accessibility Violations Found
|
3 similar comments
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Accessibility Violations Found
|
Description
Related Issue
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate):
Types of changes
Checklist: