Closed swar-mukh closed 2 years ago
Hi @swarmukhdefault, I have not been able to reproduce the bug. The bug occurs when a button is first created inside a <ly-grid item>
??, or occurs anywhere?
StackBlitz
From what I see there is a bug initializing some styles for the buttons at https://github.com/A-l-y-l-e/Alyle-UI/blob/master/src/lib/src/common/build-common-behaviors.ts
But i can't reproduce it to fix it. Can you send me a .zip of the bug it can be very helpful.
Hello @Enlcxx, here's the Stackblitz reproduction.
:beetle: Bug report
Describe the bug
Not sure if this affects other components, but am going to report for
ly-button
component. When abutton
marked withly-button
directive is placed inside a div, it works fine, but if placed inside a grid, doesn't show any styling, at all.Minimal Reproduction
Following is the code:
Steps to reproduce the behavior:
Line 1
is deleted/commented, button atLine 2
doesn't exhibit any styling (Image A below)Line 1
andLine 2
is kept, both buttons exhibit proper styling (Image B below)Line 2
is deleted/commented, button atLine 1
exhibits proper stylingException or Error
Screenshots
Which versions of Angular, Alyle UI, OS, TypeScript, browsers are affected?
Alyle UI Version:
v13.2.2
Angular Version: