When details element is open, it would be helpful to have an upward pointing triangle at the end of the text (to allow it to be closed) #10741
Labels
addition/proposal
New features or enhancements
needs implementer interest
Moving the issue forward requires implementers to express interest
What problem are you trying to solve?
We are using details element to make log files for EDA tool output human manageable. For each step in a regression run, a details element is used with the summary tag highlighting what operation was done and the rest of the details has the tool output. It is working well. The issue is when the details is opened to explore the issue, one typically scrolls through 100's of lines of text and then wants to close it after getting to the end.
What solutions exist today?
?
How would you solve it?
Add an upward pointing triangle (either automatically at or via another html element) that allows the details to be closed from the bottom of the text - rather than scrolling back up through the text.
Anything else?
Current details element has been working brilliantly - I am able to render a log file that is 100K+ lines (regression run) in seconds, where as opening a raw log file in an editor is painfully slow when it gets this long. We also use HTML summary files (similar to JUint XML) to help identify failing tests, however, when investigating test failures, having the detailed test output in an html based log file has been helpful.
The text was updated successfully, but these errors were encountered: