kendo-angular icon indicating copy to clipboard operation
kendo-angular copied to clipboard

[ToolBar] showText functionality not working properly with Ivy

Open yanmariomenev opened this issue 3 years ago • 2 comments

Describe the bug When ToolBar showText option is set to "overflow", the button text is still displayed while the button is in the toolbar .

To Reproduce Steps to reproduce the behavior: Run the following project: toolbar-issue.zip Correct behavior in Angular 9 - https://stackblitz.com/edit/angular-wsjdhb?file=app/app.component.ts

Screenshots Issue: chrome_UwBitN5hGh

Expected: chrome_DUbFif2WrA

yanmariomenev avatar Mar 24 '22 07:03 yanmariomenev

Fix available in v6.0.2 of the Toolbar package.

Raisolution avatar Jun 09 '22 06:06 Raisolution

I am reopening the issue as the fix works for the ToolBarButtonComponent. However, the issue remains with ToolBarDropDownButtonComponent and ToolBarSplitButtonComponent as demonstrated in the following example:

https://stackblitz.com/edit/angular-6tppsd?file=src%2Fapp%2Fapp.component.ts

yanmariomenev avatar Aug 10 '22 06:08 yanmariomenev

Fix available in v6.1.1 of the Toolbar package.

Raisolution avatar Nov 07 '22 08:11 Raisolution