Digital ACT-191 CXTDT-547200 defect: Carousel scrollbar - Accessibility - Removing focus from the carousel scrollbar. also updated release notes

This commit is contained in:
vasavk 2024-04-22 16:24:53 +05:30
parent 3497807d1c
commit 8e6b9d660c
2 changed files with 6 additions and 7 deletions

View File

@ -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 ?? [] {

View File

@ -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
----------------