Merge branch 'bugfix/caourselscrollbar' into 'develop'
Accessibility - Carousel scrollbar - The scrollbar is receiving right/ left swipe focus See merge request BPHV_MIPS/vds_ios!212
This commit is contained in:
commit
52dea2a72e
@ -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