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 144174 - http monitor - URL column default size too narrow
Summary: http monitor - URL column default size too narrow
Status: RESOLVED FIXED
Alias: None
Product: javascript
Classification: Unclassified
Component: Debugger (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Joelle Lam
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-08-16 19:35 UTC by _ krystyna
Modified: 2008-08-21 06:00 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
http client side monitor (33.63 KB, image/png)
2008-08-16 19:35 UTC, _ krystyna
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ krystyna 2008-08-16 19:35:06 UTC
NetBeans IDE Dev (Build 20080815174136)
Java: 1.6.0_10-rc; Java HotSpot(TM) Client VM 11.0-b13
System: Windows XP version 5.1

Something changed to alter the column sizes for client side http
monitor. See attached screenshot of default column sizes for http monitor.
The URL field is disproportionately smaller than the other columns.
Comment 1 _ krystyna 2008-08-16 19:35:48 UTC
Created attachment 67628 [details]
http client side monitor
Comment 2 Joelle Lam 2008-08-19 19:32:28 UTC
comparing with https://JoelleLam:***@hg.netbeans.org/main/
searching for changes
changeset:   96757:5908dffb628d
tag:         tip
user:        JoelleLam@netbeans.org
date:        Tue Aug 19 11:18:03 2008 -0700
summary:     Partial fix for #144174.  I still should make the GET column thinner but there seems to be some issues with it.


This fix brings it back to normal, but I am struggling to minimize the GET column further.  I know it seems obvious but
there are some issues in the java modeling system that causes this problem.  Should I keep this open until it GET is
minimized further or should we just close it and open a separate bug.
Comment 3 _ krystyna 2008-08-19 21:42:35 UTC
Minimizing the GET column is a separate issue for which I will file a low priority
bug. Leave this as fixed. Thanks!
Comment 4 Quality Engineering 2008-08-21 06:00:42 UTC
Integrated into 'main-golden', available in build *200808210201* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/5908dffb628d
User: JoelleLam@netbeans.org
Log: Partial fix for #144174.  I still should make the GET column thinner but there seems to be some issues with it.
Also fix for All Filter to toggle off as well as on. #144439