Skip to content

feat(material/slide-toggle): allow focus origin to be optional input in focus method - #20913

Merged
annieyw merged 1 commit into
angular:masterfrom
jesscxu:remove-default-origin-slide-toggle-focus
Nov 6, 2020
Merged

feat(material/slide-toggle): allow focus origin to be optional input in focus method#20913
annieyw merged 1 commit into
angular:masterfrom
jesscxu:remove-default-origin-slide-toggle-focus

Conversation

@jesscxu

@jesscxu jesscxu commented Oct 28, 2020

Copy link
Copy Markdown
Contributor

WHAT: For Angular Material components that have a focus() method, allow for the origin param to be optional and remove the default origin value.

WHY: For cases where the focus() method is called and the origin is already defined, we don’t want to override the origin using focusVia to always be some default value. In many cases, we want to leave the origin unchanged, but if there are cases that need the origin to be updated, allow for this with an optional origin param.

@jesscxu
jesscxu requested a review from devversion as a code owner October 28, 2020 21:26
@google-cla google-cla Bot added the cla: yes PR author has agreed to Google's Contributor License Agreement label Oct 28, 2020
});

it('should not change focus origin if origin not specified', () => {
slideToggle.focus('mouse');

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Similar issue to here: #20912.

Would like to call focus on the button in the form, setting the origin to some value and then calling focus on slideToggle and expecting it to remain unchanged.

@jesscxu
jesscxu force-pushed the remove-default-origin-slide-toggle-focus branch from a326702 to d82fdb2 Compare October 28, 2020 21:55
@mmalerba
mmalerba self-requested a review October 28, 2020 22:20
@jesscxu

jesscxu commented Oct 28, 2020

Copy link
Copy Markdown
Contributor Author

Linter throwing error stating my commit message is longer than 120 char, but it is not?

Comment thread src/material/slide-toggle/slide-toggle.ts
@jesscxu
jesscxu force-pushed the remove-default-origin-slide-toggle-focus branch 2 times, most recently from 19102ad to 472ff41 Compare November 3, 2020 21:27
@jesscxu
jesscxu force-pushed the remove-default-origin-slide-toggle-focus branch from 472ff41 to 648f02a Compare November 3, 2020 21:29
@annieyw annieyw added G This is is related to a Google internal issue P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent labels Nov 5, 2020

@mmalerba mmalerba left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM

@mmalerba mmalerba added action: merge The PR is ready for merge by the caretaker target: minor This PR is targeted for the next minor release labels Nov 5, 2020
@annieyw
annieyw merged commit a0d4ce3 into angular:master Nov 6, 2020
@angular-automatic-lock-bot

Copy link
Copy Markdown

This issue has been automatically locked due to inactivity.
Please file a new issue if you are encountering a similar or related problem.

Read more about our automatic conversation locking policy.

This action has been performed automatically by a bot.

@angular-automatic-lock-bot angular-automatic-lock-bot Bot locked and limited conversation to collaborators Dec 7, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

action: merge The PR is ready for merge by the caretaker cla: yes PR author has agreed to Google's Contributor License Agreement G This is is related to a Google internal issue P3 An issue that is relevant to core functions, but does not impede progress. Important, but not urgent target: minor This PR is targeted for the next minor release

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants