Digital ACT-191 CXTDT-547200 defect: Carousel scrollbar - Accessibility - Removing focus from the carousel scrollbar. also updated release notes
This commit is contained in:
parent
3497807d1c
commit
8e6b9d660c
@ -240,8 +240,7 @@ open class CarouselScrollbar: View {
|
|||||||
|
|
||||||
open override func setup() {
|
open override func setup() {
|
||||||
super.setup()
|
super.setup()
|
||||||
isAccessibilityElement = true
|
isAccessibilityElement = false
|
||||||
accessibilityLabel = "Carousel Scrollbar"
|
|
||||||
|
|
||||||
addSubview(containerView)
|
addSubview(containerView)
|
||||||
containerView
|
containerView
|
||||||
@ -304,10 +303,6 @@ open class CarouselScrollbar: View {
|
|||||||
thumbViewLayer.backgroundColor = thumbColorConfiguration.getColor(surface).cgColor
|
thumbViewLayer.backgroundColor = thumbColorConfiguration.getColor(surface).cgColor
|
||||||
}
|
}
|
||||||
|
|
||||||
open override func updateAccessibility() {
|
|
||||||
super.updateAccessibility()
|
|
||||||
}
|
|
||||||
|
|
||||||
open override func reset() {
|
open override func reset() {
|
||||||
for subview in subviews {
|
for subview in subviews {
|
||||||
for recognizer in subview.gestureRecognizers ?? [] {
|
for recognizer in subview.gestureRecognizers ?? [] {
|
||||||
|
|||||||
@ -1,6 +1,8 @@
|
|||||||
1.0.60
|
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
|
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-544383 - TileContainer - Removed spacing2x and replaced with spacing3x
|
||||||
- CXTDT-544384 - TileContainer - BackgroundImage strecthing screen
|
- CXTDT-544384 - TileContainer - BackgroundImage strecthing screen
|
||||||
- CXTDT-546824 - Notification - Accessibility - Improper label for close notification button & icon
|
- 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
|
1.0.58
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user