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
This is a bug report for the @clr Angular or UI versions of the design system.
For the web-component implementation of Clarity (@cds), visit vmware-clarity/core.
my package.json:
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/google-maps": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@cds/core": "6.9.1",
"@clr/angular": "16.3.1",
"@clr/icons": "13.0.2",
"@clr/ui": "16.3.1", If you are a VMware employee or a contractor in VMware, please use our support channel in slack to raise Clarity issues.
Describe the bug
When I updated Clarity and Angular to version 16, clicking on a dropdown in a table causes the page to scroll horizontally
This is a bug report for the
@clr
Angular or UI versions of the design system.For the web-component implementation of Clarity (
@cds
), visit vmware-clarity/core.my package.json:
"@angular/animations": "16.2.12",
"@angular/cdk": "16.2.12",
"@angular/common": "16.2.12",
"@angular/compiler": "16.2.12",
"@angular/core": "16.2.12",
"@angular/forms": "16.2.12",
"@angular/google-maps": "16.2.12",
"@angular/platform-browser": "16.2.12",
"@angular/platform-browser-dynamic": "16.2.12",
"@angular/router": "16.2.12",
"@cds/core": "6.9.1",
"@clr/angular": "16.3.1",
"@clr/icons": "13.0.2",
"@clr/ui": "16.3.1",
If you are a VMware employee or a contractor in VMware, please use our support channel in slack to raise Clarity issues.
Describe the bug
When I updated Clarity and Angular to version 16, clicking on a dropdown in a table causes the page to scroll horizontally
How to reproduce
My code:
<button clrDropdownTrigger (click)="calculatePos($event, node.element)">
<clr-dropdown-menu #menu id="menu" [clrPosition]="menuPosition" *clrIfOpen>
<button clrDropdownItem *ngIf="!isAttached(node.element)" (click)="onAttachButtonClicked(node.element)">
Attach
Steps to reproduce the behavior:
1 Click on icon cog
2. See error (the page will scroll horizontally)
Expected behavior
A clear and concise description of what you expected to happen.
Versions
16
Clarity version:
Framework version:
ie: Angular 15
Angular 16
Device:
Additional notes
Add any other notes about the problem here.
The text was updated successfully, but these errors were encountered: