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 - Incorrect hyperlinking for urls
Summary: Incorrect hyperlinking for urls
Status: VERIFIED FIXED
Alias: None
Product: python
Classification: Unclassified
Component: Editor (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-05 10:29 UTC by Rohan Ranade
Modified: 2009-01-15 01:58 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
scenario (94.95 KB, image/png)
2008-10-05 10:31 UTC, Rohan Ranade
Details

Note You need to log in before you can comment on or make changes to this bug.
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.