CXTDT-549888 - Pagination - Accessibility - The pagination bar does not render the correct selected page
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
26e7e24ec7
commit
12322130db
@ -189,6 +189,7 @@ open class Pagination: View {
|
|||||||
nextButton.isHidden = _selectedPageIndex == total - 1
|
nextButton.isHidden = _selectedPageIndex == total - 1
|
||||||
collectionView.reloadData()
|
collectionView.reloadData()
|
||||||
verifyIfMaxDigitChanged()
|
verifyIfMaxDigitChanged()
|
||||||
|
setNeedsUpdate()
|
||||||
}
|
}
|
||||||
|
|
||||||
///Identifying if there is any change in the digits of upcoming page
|
///Identifying if there is any change in the digits of upcoming page
|
||||||
|
|||||||
@ -8,7 +8,7 @@
|
|||||||
- CXTDT-552842 - Breadcrumbs - Accessibility
|
- CXTDT-552842 - Breadcrumbs - Accessibility
|
||||||
- CXTDT-552825 - Tilelet - Accessibility – The role of button is not provided for the tilelet.
|
- CXTDT-552825 - Tilelet - Accessibility – The role of button is not provided for the tilelet.
|
||||||
- CXTDT-552834 - TileContainer - Accessibility – Voice over is not rendering the information present click state.
|
- CXTDT-552834 - TileContainer - Accessibility – Voice over is not rendering the information present click state.
|
||||||
|
- CXTDT-549888 - Pagination - Accessibility - The pagination bar does not render the correct selected page
|
||||||
|
|
||||||
1.0.60
|
1.0.60
|
||||||
----------------
|
----------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user