This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 256840 - Hover-tooltip is displayed incorrectly for truncated strings
Summary: Hover-tooltip is displayed incorrectly for truncated strings
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: PC Windows 7 x64
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-11-27 19:11 UTC by NukemBy
Modified: 2015-11-27 19:11 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
incorrectly-truncated-tooltip-string.png (7.97 KB, image/png)
2015-11-27 19:11 UTC, NukemBy
Details

Note You need to log in before you can comment on or make changes to this bug.
Description NukemBy 2015-11-27 19:11:50 UTC
Created attachment 157533 [details]
incorrectly-truncated-tooltip-string.png

When hovering over variable containing long multi-lane string, when string truncation with '...' for purposes to fit into display is performed on the last line and only few first chars are remaining on that last line - tooltip is too narrow to display entire-width text area.

See attached image for details.