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

Support tooltips in group headers #263

Merged
merged 1 commit into from
Jul 21, 2023
Merged

Support tooltips in group headers #263

merged 1 commit into from
Jul 21, 2023

Conversation

smbea
Copy link
Contributor

@smbea smbea commented Jul 20, 2023

@bpmn-io-tasks bpmn-io-tasks bot added the in progress Currently worked on label Jul 20, 2023
@smbea smbea changed the title Tooltip in group headers Support tooltips in group headers Jul 20, 2023
@smbea smbea force-pushed the tooltip-in-group-headers branch from 7fb70dc to 93efa86 Compare July 21, 2023 09:36
@smbea smbea marked this pull request as ready for review July 21, 2023 11:19
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Jul 21, 2023
@@ -107,7 +107,9 @@ function Tooltip(props) {
onMouseEnter={ showTooltip }
onMouseLeave={ ()=> clearTimeout(timeout) }
onFocus={ showTooltip }
onKeyDown={ hideTooltipViaEscape }>
onKeyDown={ hideTooltipViaEscape }
onMouseDown={ (e)=> {e.preventDefault();} }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

prevents tooltip from staying open after opening to click group

Copy link
Contributor

Choose a reason for hiding this comment

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

Doesn't seem to work for me.

brave_DS1UsEqP8r

Copy link
Contributor

Choose a reason for hiding this comment

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

Resolved ✅

@smbea smbea requested review from a team, philippfromme and barmac and removed request for a team July 21, 2023 11:21
@smbea smbea marked this pull request as draft July 21, 2023 12:13
@bpmn-io-tasks bpmn-io-tasks bot added in progress Currently worked on and removed needs review Review pending labels Jul 21, 2023
@smbea smbea force-pushed the tooltip-in-group-headers branch from d66e943 to 93efa86 Compare July 21, 2023 13:42
@smbea smbea marked this pull request as ready for review July 21, 2023 13:42
@bpmn-io-tasks bpmn-io-tasks bot added needs review Review pending and removed in progress Currently worked on labels Jul 21, 2023
Copy link
Contributor

@philippfromme philippfromme left a comment

Choose a reason for hiding this comment

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

To the moon! 🚀 🌚

@philippfromme
Copy link
Contributor

Let's go ahead and merge this.

@smbea smbea merged commit f0368bb into main Jul 21, 2023
@smbea smbea deleted the tooltip-in-group-headers branch July 21, 2023 13:47
@bpmn-io-tasks bpmn-io-tasks bot removed the needs review Review pending label Jul 21, 2023
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.

2 participants