diff --git a/VDS/Components/CarouselScrollbar/CarouselScrollbar.swift b/VDS/Components/CarouselScrollbar/CarouselScrollbar.swift index fa00b715..00e810d3 100644 --- a/VDS/Components/CarouselScrollbar/CarouselScrollbar.swift +++ b/VDS/Components/CarouselScrollbar/CarouselScrollbar.swift @@ -240,8 +240,7 @@ open class CarouselScrollbar: View { open override func setup() { super.setup() - isAccessibilityElement = true - accessibilityLabel = "Carousel Scrollbar" + isAccessibilityElement = false addSubview(containerView) containerView @@ -304,10 +303,6 @@ open class CarouselScrollbar: View { thumbViewLayer.backgroundColor = thumbColorConfiguration.getColor(surface).cgColor } - open override func updateAccessibility() { - super.updateAccessibility() - } - open override func reset() { for subview in subviews { for recognizer in subview.gestureRecognizers ?? [] { diff --git a/VDS/SupportingFiles/ReleaseNotes.txt b/VDS/SupportingFiles/ReleaseNotes.txt index c5d7ff83..d9087a9b 100644 --- a/VDS/SupportingFiles/ReleaseNotes.txt +++ b/VDS/SupportingFiles/ReleaseNotes.txt @@ -1,6 +1,8 @@ 1.0.60 ---------------- -CXTDT-544442- Button Icon - Selected state needs to allow custom color +- CXTDT-544442 - Button Icon - Selected state needs to allow custom color +- CXTDT-546821 - TextArea - Accessibility - input field is not receiving swipe focus +- CXTDT-547200 - Carousel scrollbar – Accessibility - The scrollbar is receiving right/ left swipe focus 1.0.59 ---------------- @@ -9,6 +11,8 @@ CXTDT-544442- Button Icon - Selected state needs to allow custom color - CXTDT-544383 - TileContainer - Removed spacing2x and replaced with spacing3x - CXTDT-544384 - TileContainer - BackgroundImage strecthing screen - CXTDT-546824 - Notification - Accessibility - Improper label for close notification button & icon +- CXTDT-544460 - Button Icon - Incorrect Icon Sizes +- CXTDT-544441 - Button Icon - Small version showing incorrect size 1.0.58 ----------------