Skip to content

Conversation

@Nils-Berghs
Copy link

Implemented the RecognizesAccessKey property in the label and its default styles #3877

@Nils-Berghs Nils-Berghs requested a review from a team as a code owner December 2, 2020 19:36
@ghost ghost added the PR metadata: Label to tag PRs, to facilitate with triage label Dec 2, 2020
@ghost ghost requested review from SamBent, fabiant3 and ryalanms December 2, 2020 19:37
@dnfadmin
Copy link

dnfadmin commented Dec 2, 2020

CLA assistant check
All CLA requirements met.

"RecognizesAccessKey",
typeof(bool),
typeof(Label),
new FrameworkPropertyMetadata(true));
Copy link
Member

Choose a reason for hiding this comment

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

I do not think the default value should be true.

Copy link
Author

Choose a reason for hiding this comment

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

I put it to true for backwards compatibility. Am I missing something?

Copy link
Contributor

Choose a reason for hiding this comment

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

Correct, not being it true by default would be a serious breaking change.

Any reason for not using ContentPresenter.RecognizesAccessKeyProperty.AddOwner instead of declaring a new one?

@ryalanms
Copy link
Member

ryalanms commented Jan 4, 2021

/azp run

@azure-pipelines
Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@ryalanms
Copy link
Member

ryalanms commented Jan 7, 2021

Hi @Nils-Berghs

This is an API change that will require approval from at least one other WPF developer. The build is failing due to our API compatibility checks.

/cc @SamBent

@ryalanms ryalanms added Priority:1 Work that is critical for the release, but we could probably ship without Queue for test pass and removed Queue for test pass labels Jan 7, 2021
@miloush
Copy link
Contributor

miloush commented Jan 10, 2021

As per discussion in #3877 I don't think should be merged as it defeats the purpose of the Label control.

@ryalanms
Copy link
Member

Adding @MikeHillberg for API review...

Base automatically changed from master to main March 17, 2021 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

API Review Requested PR metadata: Label to tag PRs, to facilitate with triage Priority:1 Work that is critical for the release, but we could probably ship without

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants