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 149170

Summary: Incorrect hyperlinking for urls
Product: python Reporter: Rohan Ranade <rohanranade>
Component: EditorAssignee: Torbjorn Norbye <tor>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: scenario

Description Rohan Ranade 2008-10-05 10:29:54 UTC
Originally filed as Issue #21 in nbpython.dev.java.net IZ.

Please see the attached screenshot. Interpretation of the issue depends on:
a) Are the hyperlinks supposed to appear in the first place?
b) If (a) is true, clicking on the hyperlink doesnt do anything.
c) If (a) is true, the protocol part should also be underlined
Comment 1 Rohan Ranade 2008-10-05 10:31:07 UTC
Created attachment 71163 [details]
scenario
Comment 2 Torbjorn Norbye 2008-11-05 00:28:27 UTC
Fixed in changeset 8cc4c609ad5d.  Yes, hyperlinking is intentional. It will now (a) include https:// urls, not just
http:// urls, and if it sees www. only, it will (like most browsers) automatically assume it's http://www. when opening
the URL.
Comment 3 Peter Lam 2008-11-21 17:55:25 UTC
I see that hyperlinks are now underlined as from browser. However, clicking or double-clicking on the link still doesn't
do anything in the latest builds available.
Comment 4 Peter Lam 2008-12-17 08:53:05 UTC
it works with ctrl-click. verified.