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 232780 - Telemetry panel should hide scroll bar when not needed
Summary: Telemetry panel should hide scroll bar when not needed
Status: VERIFIED INVALID
Alias: None
Product: profiler
Classification: Unclassified
Component: Ide (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-07-16 09:25 UTC by Jiri Skrivanek
Modified: 2013-07-16 12:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot. (21.66 KB, image/png)
2013-07-16 09:25 UTC, Jiri Skrivanek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Skrivanek 2013-07-16 09:25:08 UTC
Created attachment 137194 [details]
Screen shot.

Scroll bar in telemetry view should be hidden when not needed (see screen shot). To reproduce:

- create project "Samples|Java|Anagram Game"
- right-click project node and choose Profile
- select "CPU|Analyze Performance|Advanced" and click Run
- open VM Telemetry and there is placeholder for horizontal scroll bar but it is not needed until graph exceeds panel width

Product Version: NetBeans IDE 7.4 Beta (Build 201307092200)
Java: 1.7.0_25; Java HotSpot(TM) 64-Bit Server VM 23.25-b01
Runtime: Java(TM) SE Runtime Environment 1.7.0_25-b15
System: Windows 7 version 6.1 running on amd64; Cp1250; en_US (nb)
Comment 1 Jiri Sedlacek 2013-07-16 11:46:39 UTC
As designed - the scrollbar is always displayed to prevent changing the chart size in runtime and disabled while not needed.