You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[ ] Regression (a behavior that used to work and stopped working in a new release)
[X] Bug report
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
When onlyTextOverflow is set to true and text changes so it starts overflowing, displayed tippy has wrong theme and probably other properties as well.
It seems that when any input changes all properties are reset to only newly changed ones here
Also another issue found during creating Stackblitz example is that when only text changes and not width of element, tippy does not react to this change. I had to change tippy width via renderer to see the tippy.
Expected behavior
Correctly styled tippy displayed after overflow.
Minimal reproduction of the problem with instructions
What is the motivation / use case for changing the behavior?
Environment
Angular version: X.Y.Z
Browser:
- [X] Chrome (desktop) version 95.0.4638.54
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
When
onlyTextOverflow
is set totrue
and text changes so it starts overflowing, displayed tippy has wrong theme and probably other properties as well.It seems that when any input changes all properties are reset to only newly changed ones here
Also another issue found during creating Stackblitz example is that when only text changes and not width of element, tippy does not react to this change. I had to change tippy width via renderer to see the tippy.
Expected behavior
Correctly styled tippy displayed after overflow.
Minimal reproduction of the problem with instructions
https://stackblitz.com/edit/angular-ivy-xflxfu?file=src%2Fapp%2Fapp.component.ts
What is the motivation / use case for changing the behavior?
Environment
The text was updated successfully, but these errors were encountered: