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 3575 - When the internal browser is docked into another window, the caption for the tab is the entire URL being viewed. This makes for a very big tab. Could we grab the document title, or use something generic instead?
Summary: When the internal browser is docked into another window, the caption for the ...
Status: CLOSED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P2 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-08-25 08:30 UTC by _ tboudreau
Modified: 2002-07-19 15:28 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 1999-08-25 08:30:32 UTC
Open the documentation and the code editor.  Dock the documentation into the code editor, and you get a tab with a caption like "jar:file:/D:/corona/modules/corba.jar!/com/netbeans/enterprise/module
s/corba/docs/corba.htm#1014095."  Because the title is so long, the tab is the width of the window, so it adds the height of a tab to a window when the purpose of docking is to reduce screen space con
sumption.

[hanz] 1911