From d5c372e928721ea771dd7cef6eef2d21b3fecc53 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 18 Mar 2024 15:17:07 +0300 Subject: [PATCH 1/4] Refactor #5437 - For OrganizationChart --- components/lib/organizationchart/OrganizationChartNode.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/lib/organizationchart/OrganizationChartNode.vue b/components/lib/organizationchart/OrganizationChartNode.vue index 99c1a507a..abc6c3816 100755 --- a/components/lib/organizationchart/OrganizationChartNode.vue +++ b/components/lib/organizationchart/OrganizationChartNode.vue @@ -107,7 +107,7 @@ export default { }); }, onNodeClick(event) { - if (DomHandler.getAttribute(event.target, 'nodeToggler') || DomHandler.getAttribute(event.target, 'nodeTogglerIcon')) { + if (DomHandler.isAttributeEquals(event.target, 'data-pc-section', 'nodetoggler') || DomHandler.isAttributeEquals(event.target, 'data-pc-section', 'nodetogglericon')) { return; } From 6ef3c4697aab2c9419420093805bf0a271fab1c5 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 18 Mar 2024 15:17:22 +0300 Subject: [PATCH 2/4] Refactor #5437 - For Dock --- components/lib/dock/DockSub.vue | 2 +- components/lib/dock/style/DockStyle.js | 9 +--- .../lib/themes/primeone/base/dock/index.js | 47 ------------------- 3 files changed, 3 insertions(+), 55 deletions(-) diff --git a/components/lib/dock/DockSub.vue b/components/lib/dock/DockSub.vue index ad1732f39..51e85cfc7 100644 --- a/components/lib/dock/DockSub.vue +++ b/components/lib/dock/DockSub.vue @@ -19,7 +19,7 @@ @@ -20,7 +15,6 @@ From 22cbb301219da9cd2bc76439ceba8d5b4670f581 Mon Sep 17 00:00:00 2001 From: tugcekucukoglu Date: Mon, 18 Mar 2024 15:20:01 +0300 Subject: [PATCH 4/4] Update accessibility docs --- doc/multiselect/AccessibilityDoc.vue | 26 -------------------------- doc/overlaypanel/AccessibilityDoc.vue | 26 -------------------------- 2 files changed, 52 deletions(-) diff --git a/doc/multiselect/AccessibilityDoc.vue b/doc/multiselect/AccessibilityDoc.vue index 3d4a1bade..f19e0e9a9 100644 --- a/doc/multiselect/AccessibilityDoc.vue +++ b/doc/multiselect/AccessibilityDoc.vue @@ -217,32 +217,6 @@ - -

Close Button Keyboard Support

-
- - - - - - - - - - - - - - - - - - - - - -
KeyFunction
enterCloses the popup and moves focus to the multiselect element.
spaceCloses the popup and moves focus to the multiselect element.
escapeCloses the popup and moves focus to the multiselect element.
-
diff --git a/doc/overlaypanel/AccessibilityDoc.vue b/doc/overlaypanel/AccessibilityDoc.vue index 61c4f09fa..f0d4a50f1 100644 --- a/doc/overlaypanel/AccessibilityDoc.vue +++ b/doc/overlaypanel/AccessibilityDoc.vue @@ -38,31 +38,5 @@ - -

Close Button Keyboard Support

-
- - - - - - - - - - - - - - - - - -
KeyFunction
- enter - Closes the popup and moves focus to the trigger.
- space - Closes the popup and moves focus to the trigger.
-