Popup for ctx in html reports is finicky
See original GitHub issueDescribe the bug
For HTML reports, the popup for the new “Who Tests What” ctx
element can be a bit finicky. If you attempt to mouse over the popup box (e.g., to copy the list of test names), the popup will close, as you are no longer hovering over the ctx
element. If you move the mouse quickly, you may be able to hover over the popup before it disappears, but this is unreliable and annoying.
Video https://i.imgur.com/Zsgb3AA.mp4 The report was built using coverage v5.0a8
Expected behavior
I should be able to reliably mouse over the ctx popup so I can copy the list of test functions.
One possible solution: clicking the ctx
element could pin/unpin its popup. Clicking another ctx
would close all other popups.
Issue Analytics
- State:
- Created 4 years ago
- Comments:7 (4 by maintainers)
Top Results From Across the Web
Chart content not getting loaded in popup - Stack Overflow
The HTML (i.e. the canvas element) will be shown only once your popup is visible, which in ... Only after the popup is...
Read more >Displaying Pop-up Field Descriptions for Column Titles
Pop-up text appears for report column titles including titles created with ACROSS phrases and stacked column titles created with OVER phrases. The pop-up...
Read more >https://ftp.nluug.nl/os/OpenBSD/Changelogs/ChangeL...
Btn2PopupMainMenu, is added so that Button2 events will not popup the Main Menu ... policy.html ports.html powerpc.html press.html products.html report.html ...
Read more >how to create a nuke bot
How To Create A Nuke Botcom/ cd Discord-Nuke-Bot python -m pip install . Also has mass report bot, webhook spammer, deleter and many...
Read more >Web Application Vulnerabilities: Detect, Exploit, Prevent - PDF Free ...
81 downloads 2213 Views 17MB Size Report. This content was uploaded by our users and we assume good faith they have the permission...
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 Free
Top 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
This finished version of this is available in 5.0b1: https://pypi.org/project/coverage/5.0b1/
Of course. Thanks again.