Thanks to visit codestin.com
Credit goes to github.com

Skip to content

[UWP] Set background image tile control to IsEnabled false to avoid generating extraneous tab stops#3778

Merged
RebeccaAnne merged 2 commits into
masterfrom
rebecch/backgroundImageTabStop
Feb 19, 2020
Merged

[UWP] Set background image tile control to IsEnabled false to avoid generating extraneous tab stops#3778
RebeccaAnne merged 2 commits into
masterfrom
rebecch/backgroundImageTabStop

Conversation

@RebeccaAnne

@RebeccaAnne RebeccaAnne commented Feb 12, 2020

Copy link
Copy Markdown
Contributor

Related Issue

Fixes #3777

Description

The additional tab stop is caused by the custom TileControl which hosts the background image. Because this is not intended as an interactive control, set IsEnabled to false to remove the tab stop.

How Verified

Manually verified additional tab stop is no longer present using AdaptiveCard.BackgroundImage.FillMode.Cover.json

Microsoft Reviewers: Open in CodeFlow

@shalinijoshi19

shalinijoshi19 commented Feb 13, 2020

Copy link
Copy Markdown

Nice catch. How did you find it? #Resolved

@shalinijoshi19 shalinijoshi19 left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@ghost

ghost commented Feb 18, 2020

Copy link
Copy Markdown

This non-spec pull request has had no recent activity for the past 5 days . Please take the necessary actions (review, address feedback or commit if reviewed already) to move this along. #Resolved

@ghost ghost removed the no-recent-activity label Feb 19, 2020
@ghost

ghost commented Feb 19, 2020

Copy link
Copy Markdown

Thanks for reviewing this previously stale pull request. Resetting staleness. #Resolved

@RebeccaAnne

Copy link
Copy Markdown
Contributor Author

Saw a comment somewhere that this repro'd whenever there was a background image, which pointed me at the thing hosting the background images (TileControl). Since that inherits from Control, it needs to be marked as not enabled if it's not interactive otherwise it will generate a tab stop.


In reply to: 585551792 [](ancestors = 585551792)

@RebeccaAnne RebeccaAnne merged commit 0e85518 into master Feb 19, 2020
@RebeccaAnne RebeccaAnne deleted the rebecch/backgroundImageTabStop branch February 19, 2020 19:52
RebeccaAnne pushed a commit that referenced this pull request Feb 26, 2020
RebeccaAnne pushed a commit that referenced this pull request Feb 28, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UWP][Accessibility] Cards with background images contain an additional tab stop

4 participants