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 230484 - [XML] labels of tag nodes get truncated/abbreviated
Summary: [XML] labels of tag nodes get truncated/abbreviated
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.4
Hardware: PC Windows 7
: P4 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-05-29 20:14 UTC by markiewb
Modified: 2013-06-13 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Shows the unused horizontal space in the XML navigator (54.41 KB, image/png)
2013-05-29 20:15 UTC, markiewb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description markiewb 2013-05-29 20:14:06 UTC
[ BUILD # : 201305262300 ]
[ JDK VERSION : 1.7.0_21 ]

* open a XML file
* look at the navigator
* resize the navigator horizontally 

ACTUAL: the labels of the XML-nodes in the navigator are truncated/abbreviated,
but there is plently of horizontal space - see screenshot
EXPECTED: the labels of the XML-nodes in the navigator are not truncated (a
horizontal scrollbar is acceptable IMHO)
Comment 1 markiewb 2013-05-29 20:15:42 UTC
Created attachment 135097 [details]
Shows the unused horizontal space in the XML navigator
Comment 2 Svata Dedic 2013-06-05 12:29:53 UTC
Both the content and the attributes text is limited to some fixed sizes, introduced in fix of issue #62944. Especially the content length limit is useful, so that the tree does not duplicate too much of the original document's data.

However the thresholds are set quite low and still do not prevent horizontal scrollbar from being shown (not counting manual resize of the navigator window).

I'll increase the thresholds a bit.

fixed by http://hg.netbeans.org/jet-main/rev/f9eac33f0f38
Comment 3 Quality Engineering 2013-06-10 02:21:50 UTC
Integrated into 'main-golden', will be available in build *201306100004* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/f9eac33f0f38
User: Svata Dedic <sdedic@netbeans.org>
Log: #230484: length limits increased
Comment 4 markiewb 2013-06-13 12:13:59 UTC
Looks better now.
Verified 201306122301