Skip to content
This repository was archived by the owner on May 1, 2024. It is now read-only.

[Android] Setting Automation properties causes view to increase width #3453

Closed
CarnageMarkus opened this issue Aug 1, 2018 · 1 comment
Closed

Comments

@CarnageMarkus
Copy link

Description

I have few controls next to each other In horizontal stack layout. Few at the start, one at the end.
When I set AutomationProperties.SetHelpText(); to button, button grows in width, sometimes even off screen.
Also adding AutomationProperties to Switch causes to string appear as label next to the control....

In iOS no such behavior occurs.

Steps to Reproduce

  1. Create Switch
  2. Set AutomationProperties.SetName();
  3. UI gets blown up
  4. ??
  5. Try not to cry. Cry a lot.

Expected Behavior

AutomationProperties should just change text for voice over...

Actual Behavior

Controls grow in width, labels appear

Basic Information

  • Version with issue: 3.1.0.583944
  • Last known good version:
  • IDE: VS for Mac
  • Platform Target Frameworks:
    • iOS: 11.4
    • Android: 27
  • Android Support Library Version: v7
@samhouts
Copy link
Contributor

samhouts commented Aug 1, 2018

duplicate of #2580

@samhouts samhouts closed this as completed Aug 1, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants