Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] When having object status inside a popover, the object status disappears when clicked #12909

Open
ogligorov opened this issue Jan 8, 2025 · 0 comments

Comments

@ogligorov
Copy link

Is this a bug, enhancement, or feature request?
Bug

Describe your proposal.
When i have a popover with a object status, if i click the object status it disappears

<fd-popover title="Bad Project State" [noArrow]="false"> <fd-popover-control> <span fd-object-status status="negative" label="Click here" [large]="false" [clickable]="true" title="Click here" aria-label="Click here" ></span> </fd-popover-control> <fd-popover-body> <p>text</p> </fd-popover-body> </fd-popover>

Did you check the documentation and the API?
Yes

Example:
https://stackblitz.com/edit/mbrjyrem?file=src%2Fapp%2Fobject-status-inverted-example.component.html,src%2Fapp%2Fobject-status-inverted-example.component.ts

Image Image

Note* I tried setting [clickable]="true" for the fd-object-status element then it looks like this
Image
I still need a way to remove the auto-highlighting (selection) of the object status.

@ogligorov ogligorov changed the title [BUG] [BUG] When having object status inside a popover, the object status disappears when clicked Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant