-
Notifications
You must be signed in to change notification settings - Fork 6.8k
fix(form-field): FormField with outline doesn't work well with dir="r… #15415
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
andrewseguin
merged 46 commits into
angular:master
from
Suresh918:directionality-update
Sep 27, 2019
Merged
Changes from 4 commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
501b6be
fix(form-field): FormField with outline doesn't work well with dir="r…
Suresh918 2dd29e0
Revert "fix(form-field): FormField with outline doesn't work well wit…
Suresh918 0013ac5
Merge branch 'master' of https://github.com/angular/material2 into di…
Suresh918 1ca5bce
fix(form-field): FormField with outline doesn't work well with dir="r…
Suresh918 63ca947
chore(ivy): add static flag to tab-related static queries
kara ba98344
chore(ivy): add static flag to dialog-related static queries (#15239)
kara d06b0bf
chore(ivy): add static flag to more queries (#15252)
kara cbd527c
chore(ivy): add static flag to tree-related static queries (#15255)
kara a22cbbb
chore(ivy): add static flag to table-related static queries (#15257)
kara 2df2af2
chore(ivy): fix static query stragglers that were not marked static q…
kara 050af72
test(menu): refactor test that depends on static queries (#15289)
crisbeto 4e61755
test(sidenav): fix sidenav failures under Ivy (#15300)
crisbeto 6adbdb2
test(overlay): use static queries w/ overlay containers (#15301)
jelbourn 77c13c8
test(select): update static query tests (#15320)
crisbeto 864b238
test(accordion): update static query test (#15357)
marclaval 4f08d26
fix: mark virtual scroll viewport queries as static (#15346)
kara 6743041
fix(form-field): FormField with outline doesn't work well with dir="r…
Suresh918 4338173
refactor(button): use [attr.disabled] host binding in MatButton (#15308)
jelbourn 705211b
fix(list): override native button text align in action list (#15404)
mitchellwills 5bbbfe3
fix(badge): duplicate leftover badge after server-side render (#15417)
crisbeto 0b47031
chore: bump version to 7.3.4 w/ changelog (#15439)
josephperrott b07f20c
fix(schematics): do not run migrations multiple times (#15424)
devversion 364cb97
docs(drag-drop): add docs and live example for disabled sorting (#15426)
crisbeto 04cfbb1
test(chip-list): rework tests to work under Ivy (#15428)
crisbeto 25bf0c2
build: throw error if example is missing a title (#15430)
crisbeto b0a17a1
refactor(selection-list): avoid deprecated method (#15393)
swseverance 0f9f706
test(table): update static query test (#15452)
marclaval 71ef456
refactor(stepper): rework buttons to handle Ivy (#15429)
crisbeto 401173f
fix(table): use default change detection strategy on table (#15440)
andrewseguin e62d5d6
test(input): make the type validation test to pass in Ivy (#15460)
marclaval 81a5ebf
fix(stepper): avoid breaking change in stepControl type (#15464)
crisbeto 71b3949
fix(tooltip): render style values in ngOnInit instead of the construc…
matsko f63e725
chore: update tooltip golden file (#15479)
crisbeto eca118f
refactor(datepicker): adapt custom header demo for Ivy (#15458)
marclaval c6a51e7
refactor(focus-monitor): adapt demo examples for Ivy (#15475)
marclaval f9936ed
fix(table): use static queries for examples (#15483)
andrewseguin fc66e95
fix(stepper): content not being rendered out initially with ivy (#15485)
crisbeto aa735dd
Revert "fix(form-field): FormField with outline doesn't work well wit…
Suresh918 30805cb
fix(form-field): FormField with outline doesn't work well with dir="r…
Suresh918 f767f05
Merge branch 'directionality-update' of https://github.com/Suresh918/…
Suresh918 f7973dd
fix(form-field): test cases added for form field outline styles w.r.t…
Suresh918 b2e25a8
fix(form-field): lint errors and test cases fixes
Suresh918 9746c91
fix(form-field): lint errors and test cases fixes
Suresh918 c68824f
fix(form-field): test cases changes and comments added
Suresh918 7de5c7f
fix(form-field): lint error fix
Suresh918 08a7c28
Merge remote-tracking branch 'upstream/master' into pr15415
mmalerba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is the direction not updated until after calling
updateOutlineGap?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh sorry I just read your explanation above, can you add a comment to the code. It looks wrong at first glance, without a note explaining it.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Even looking at the description on the PR, I'm not quite sure whether this will cover all the cases. The event will only if a new value is set. Also we probably need a unit test for this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@crisbeto @mmalerba "gulp test" and "gulp serve:devapp" are not working in my local. Do I need to do any configuration changes? Can you help me in running test cases? Even I tried "karma run", that's also giving errors in the console.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
gulp test is working fine when i updated the node packages. But is there any way to run specific test suite ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@crisbeto @mmalerba I added test cases and comments. Can you please review those.