You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like the html report a lot, but it is not usable for us with javascript enabled. The popover displaying the covering lines is unreadable because it is so huge and is not scrollable. And also scrolling through the page itself with the mouse inside is very annoying due to the constant popup blocking the view.
I would like to ask if we could change the mouseenter/mouseleave events in src/Report/Html/Renderer/Template/js/file.js to toggle with a click event instead. Then I hope the popover will stay open, allows to scroll it, and doesn't come in the way when browsing a page.
I would create a PR if this was acceptable.
The text was updated successfully, but these errors were encountered:
I like the html report a lot, but it is not usable for us with javascript enabled. The popover displaying the covering lines is unreadable because it is so huge and is not scrollable. And also scrolling through the page itself with the mouse inside is very annoying due to the constant popup blocking the view.
I would like to ask if we could change the
mouseenter
/mouseleave
events insrc/Report/Html/Renderer/Template/js/file.js
to toggle with aclick
event instead. Then I hope the popover will stay open, allows to scroll it, and doesn't come in the way when browsing a page.I would create a PR if this was acceptable.
The text was updated successfully, but these errors were encountered: