CollectionViewTestItem should use accessibilityLabel if present |
||
Issue descriptionCollectionViewTestItem is used to configure a CollectionViewTestCell. The Item can have an accessibilityLabel, but the current code will not copy it over if non-empty. Instead it always derives the label from the text [1]. lpromero@ pointed out [2] that this is a bug, and accessibilityLabel should be copied over from the item to the cell if non-empty. [1] https://cs.chromium.org/chromium/src/ios/chrome/browser/ui/collection_view/cells/collection_view_text_item.mm?type=cs&sq=package:chromium&l=74-79 [2] https://codereview.chromium.org/2719023005/#msg11
,
May 3 2017
|
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, May 3 2017