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 43780

Summary: tab badly repainted
Product: platform Reporter: Lukas Hasik <lhasik>
Component: Output WindowAssignee: _ tboudreau <tboudreau>
Status: CLOSED FIXED    
Severity: blocker Keywords: UI
Priority: P3    
Version: 4.x   
Hardware: PC   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 43882    
Attachments: screenshot
maybe more general problem....
screenshot

Description Lukas Hasik 2004-05-25 09:46:29 UTC
output2.jar from 05/25

see attached picture, the [x] on tab is in text
Comment 1 Lukas Hasik 2004-05-25 09:47:44 UTC
Created attachment 15110 [details]
screenshot
Comment 2 _ tboudreau 2004-05-25 18:35:43 UTC
Ah.  I have to make sure it never uses getName() on the tab (which won't include a trailing 
" " to make room for the close button).
Comment 3 Lukas Hasik 2004-05-25 18:43:01 UTC
Created attachment 15143 [details]
maybe more general problem....
Comment 4 Lukas Hasik 2004-05-25 18:44:21 UTC
just happend to me w/ Explore from here, maybe it's more generic
problem (in WS ?). Feel free to reassign...
Comment 5 _ tboudreau 2004-05-25 19:10:28 UTC
It's two different problems, with the same symptom - but both of them are mine to fix :-/
Comment 6 Lukas Hasik 2004-05-26 10:53:14 UTC
I've filed the explorer tab problem as issue 43868 to don't forget
about it (me&you)
Comment 7 _ tboudreau 2004-05-28 03:06:26 UTC
Should work correctly now - an extra " " is always appended to the tab name (as the old 
window system did when this was its tabbed pane)

Checking in src/org/netbeans/core/output2/Controller.java;
/cvs/core/output2/src/org/netbeans/core/output2/Controller.java,v  <--  Controller.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/core/output2/ExtPlainView.java;
/cvs/core/output2/src/org/netbeans/core/output2/ExtPlainView.java,v  <--  
ExtPlainView.java
new revision: 1.3; previous revision: 1.2
done
Processing log script arguments...
More commits to come...
Checking in src/org/netbeans/core/output2/ui/AbstractOutputPane.java;
/cvs/core/output2/src/org/netbeans/core/output2/ui/AbstractOutputPane.java,v  <--  
AbstractOutputPane.java
new revision: 1.3; previous revision: 1.2
done
Checking in src/org/netbeans/core/output2/ui/AbstractOutputWindow.java;
/cvs/core/output2/src/org/netbeans/core/output2/ui/AbstractOutputWindow.java,v  <--  
AbstractOutputWindow.java
new revision: 1.3; previous revision: 1.2
done
Comment 8 Lukas Hasik 2004-06-02 15:31:18 UTC
have to reopen, see attachment, it still oversize in 200406011800
Comment 9 Lukas Hasik 2004-06-02 15:31:58 UTC
Created attachment 15433 [details]
screenshot
Comment 10 Lukas Hasik 2004-06-28 10:58:12 UTC
*** Issue 45588 has been marked as a duplicate of this issue. ***
Comment 11 _ tboudreau 2004-08-17 16:39:31 UTC
Checking in ui/CloseButtonTabbedPane.java;
/cvs/core/output2/src/org/netbeans/core/output2/ui/CloseButtonTabbedPa
ne.java,v  <--  CloseButtonTabbedPane.java
new revision: 1.4; previous revision: 1.3
done
Comment 12 Lukas Hasik 2004-09-02 10:50:52 UTC
seems to be ok now