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 43738

Summary: hyperlinks aren't underlined
Product: platform Reporter: Lukas Hasik <lhasik>
Component: Output WindowAssignee: _ tboudreau <tboudreau>
Status: CLOSED FIXED    
Severity: blocker CC: jrojcek
Priority: P3 Keywords: UI
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 43882    
Attachments: screenshot

Description Lukas Hasik 2004-05-24 14:51:08 UTC
it should look like in old OW
Comment 1 _ tboudreau 2004-05-24 15:19:55 UTC
Will probably fix this after the merge - reason:

Right now there are two different sets of painting logic - ours for word wrap, and Swing's 
for non-word wrap.  I may change it to use only our painting logic (it is more optimized).  
If I do that, the fix will be in one place.  Also it is harder to get correct for Swing's painting 
logic because I don't know precisely where Swing painted something.
Comment 2 Lukas Hasik 2004-05-25 09:56:05 UTC
seems be fixed with output2.jar from 05/25

-but there is minor issue with underline when the hyperlink is selected
see screenshot
Comment 3 Lukas Hasik 2004-05-25 09:56:50 UTC
Created attachment 15111 [details]
screenshot
Comment 4 _ tboudreau 2004-05-25 17:54:38 UTC
Hmm, interesting.  Probably I need to double check that the Y coordinate is a multiple of 
the character height, and normalize if not.
Comment 5 _ tboudreau 2004-05-28 03:06:44 UTC
Glitch fixed.

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 6 Lukas Hasik 2004-06-02 15:26:13 UTC
verifying - hyperlinks are underlined

underline UI problem when it is selected -> issue 44212