RFR: 5734: Overflow in stacktrace tooltips on Mac

Marcus Hirt hirt at openjdk.java.net
Tue Nov 10 15:28:53 UTC 2020


On Sun, 8 Nov 2020 07:01:06 GMT, Guru Hb <ghb at openjdk.org> wrote:

> [Mac os] stacktrace tooltip view lines used to overflow with second line clipped. 
> Solution : Stacktrace contains two list element, by adding span to list element with 'nowarp=true' solves the problem as similarly done in ChartToolTipProvider.
> 
> <img width="955" alt="jmc-5734" src="https://user-images.githubusercontent.com/1955702/98459172-30227700-21be-11eb-8fa9-3513feba4614.png">

Marked as reviewed by hirt (Lead).

-------------

PR: https://git.openjdk.java.net/jmc/pull/157


More information about the jmc-dev mailing list