Add mouseover+tooltip to reveal subtext of the Publish button?
See original GitHub issueWhen attempting to publish an unborn repo, you should be able to read the entire message in the subtext of the Publish branch
button. Currently it is cutoff leaving certain users wondering what the entire message is.
I have Desktop fully expanded on a 15" mac:
Should we surface a dialogue or make the button longer? Perhaps best solution is just mouseover+tooltip?
v1.0.6, mac
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:7 (7 by maintainers)
Top Results From Across the Web
CSS Tooltip - W3Schools
The tooltiptext class holds the actual tooltip text. It is hidden by default, and will be visible on hover (see below). We have...
Read more >How to Create a Hover Tooltip with JavaScript - Stack Diary
For this tutorial, we're going to focus on mouseover and mouseleave events. Here is an example you can hover over to see what...
Read more >Tooltips for Confluence - Orah Apps
Click Publish to see the tooltip rendered on the page. Test the tooltip by hovering your cursor over the blue icon, or click...
Read more >Solved: Tooltip text - showing "Click to follow link" twic...
Solved: Hello, When I publish to PBI services, my buttons with tooltip text show "Click to follow link" twice, and the hover text...
Read more >Tooltip
The Tooltip macro is a simple plain text macro that adds a dynamic icon element anywhere on a Confluence page. Simply add the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Tooltip is certainly a viable option here though I wonder if we couldn’t make the messaging even more compact and rid ourselves of the problem that way. In this case we’re talking about an unborn HEAD, not necessarily an unborn repository. And the context is
Publish branch
so I’m thinking we could just say 'Cannot publish unborn branch` here instead.@tierninho I think that’s the progress message whenever a push/pull/fetch is happening, which is separate to this. But I still favour @niik’s idea of making it more concise to avoid the need for a tooltip.