Skip to content

Conversation

@thatblindgeye
Copy link
Contributor

@thatblindgeye thatblindgeye commented Feb 10, 2026

closes #792

Updated the message actions example to include a Message that has this feature

Comment on lines 158 to 161
// We want to append the tooltip inline so that hovering the tooltip keeps the actions container visible
// when showActionsOnInteraction is true. Otherwise hovering the tooltip causes the actions container
// to disappear but the tooltip will remain visible.
const getTooltipContainer = (): HTMLElement => {
Copy link
Contributor Author

@thatblindgeye thatblindgeye Feb 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just to call this out: if we want to for now we could remove this logic and just deal with the visual oddity that occurs, as Gemini has this exact behavior when you try hovering a message action and then hover over the action tooltip (action isn't visible, but the tooltip remains)

@patternfly-build
Copy link

patternfly-build commented Feb 10, 2026


&:hover .pf-m-visible-interaction,
.pf-m-visible-interaction:focus-within {
opacity: 1;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want any sort of transition token to allow this to fade in/out or anything like that?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Successfully merging this pull request may close these issues.

Feature: add variant to reveal message actions on hover/focus

3 participants