Merge branch 'develop' of https://gitlab.verizon.com/BPHV_MIPS/vds_ios.git into bugfix/resetOnClick-Change
This commit is contained in:
commit
c6cbfff6b8
@ -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 ?? [] {
|
||||
|
||||
@ -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
|
||||
----------------
|
||||
|
||||
Loading…
Reference in New Issue
Block a user