-
Notifications
You must be signed in to change notification settings - Fork 65
[BUG] ListBox toolbar not rendering issues #5661
Copy link
Copy link
Open
Labels
BugSomething isn't workingSomething isn't workingC: ListBoxC: ThemesFW: AngularIssue related to kendo-angularIssue related to kendo-angularFW: ReactIssue related to kendo-reactIssue related to kendo-reactFW: jQueryIssue related to kendo-jqueryIssue related to kendo-jqueryP2T: BootstrapKendo Theme BootstrapKendo Theme BootstrapT: MaterialKendo Theme MaterialKendo Theme Material
Metadata
Metadata
Assignees
Labels
BugSomething isn't workingSomething isn't workingC: ListBoxC: ThemesFW: AngularIssue related to kendo-angularIssue related to kendo-angularFW: ReactIssue related to kendo-reactIssue related to kendo-reactFW: jQueryIssue related to kendo-jqueryIssue related to kendo-jqueryP2T: BootstrapKendo Theme BootstrapKendo Theme BootstrapT: MaterialKendo Theme MaterialKendo Theme Material
Bug Description
The toolbar buttons and spacing are too large and extend beyond the listbox component, causing rendering issues. In Angular and React, the rendering breaks differently because the toolbar’s height exceeds the component’s list, while in jQuery, it might cause the list to be rendered under the second list.
Changing the height of the component can help, but without any styles involved, there shouldn’t be any rendering issues.
Steps to Reproduce
Steps to reproduce the behavior:
https://stackblitz.com/edit/angular-mrwf6sng?file=src%2Fapp%2Fapp.component.ts
https://stackblitz.com/edit/react-dutmjugp?file=app%2Fapp.tsx,app%2Fmain.tsx
Or open any of our online demos for the ListBox and change the theme to Bootstrap or Material.
Expected Behavior
Toolbar to be aligned and rendered like the default theme.
Screenshots/Videos
If applicable, add screenshots or videos to help explain your problem.
Environment Information
Affected Theme(s)
Affected Component(s)
Please specify the component(s) where the bug occurs: ___________
Affected Suites
Browser Information