-
Notifications
You must be signed in to change notification settings - Fork 159
fix(tooltip/snackbar): use overlay service size helpers - master #16837
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
base: master
Are you sure you want to change the base?
Changes from all commits
a77b3aa
ad17735
a1a58a7
c0a0ed3
6e78973
2d5a230
d4b5b2e
0c5262c
1ad87d4
203e016
62cce1f
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -9,7 +9,7 @@ export * from './overlay/scroll'; | |||||
| export { | ||||||
| AbsolutePosition, ConnectedFit, HorizontalAlignment, OffsetMode, OverlayAnimationEventArgs, OverlayCancelableEventArgs, OverlayClosingEventArgs, | ||||||
| OverlayCreateSettings, OverlayEventArgs, OverlaySettings, Point, PositionSettings, RelativePosition, RelativePositionStrategy, Size, VerticalAlignment, Util, | ||||||
| IgxOverlayOutletDirective | ||||||
| IgxOverlayOutletDirective, OverlayInfo, OverlaySizeRegistry | ||||||
|
||||||
| IgxOverlayOutletDirective, OverlayInfo, OverlaySizeRegistry | |
| IgxOverlayOutletDirective, OverlayInfo |
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.
The doc/comment claims consumers can “override this method”, but
setInitialSizeisprivate, so it can’t be overridden. The actual extension mechanism isOverlaySizeRegistry.register(...). Reword the comment to reflect the registry-based override (e.g., “Components can register an override via OverlaySizeRegistry to measure after moving”).