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 206779 - Cannot browse Javadoc
Summary: Cannot browse Javadoc
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Completion & Templates (show other bugs)
Version: 7.2
Hardware: PC Windows 7 x64
: P2 normal (vote)
Assignee: Dusan Balek
URL:
Keywords:
: 206278 (view as bug list)
Depends on:
Blocks:
 
Reported: 2011-12-29 04:18 UTC by _ gtzabari
Modified: 2012-02-16 09:41 UTC (History)
1 user (show)

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 _ gtzabari 2011-12-29 04:18:41 UTC
Product Version: NetBeans IDE Dev (Build 201112270601)
Java: 1.7.0_02; Java HotSpot(TM) 64-Bit Server VM 22.0-b10
System: Windows 7 version 6.1 running on amd64; Cp1252; en_US (nb)
User directory: C:\Users\Gili\.netbeans\dev
Cache directory: C:\Users\Gili\.netbeans\dev\var\cache

In the past we could invoke code-complete on a method and click on links in the Javadoc dialog that pops up. Now clicking anywhere in the Javadoc dialog causes it to cause. Is this by design or a regression? I hope this is a regression, because I preferred the old behavior.
Comment 1 Jiri Prox 2012-01-02 11:56:15 UTC
reproducible
Comment 2 Dusan Balek 2012-01-02 14:58:51 UTC
Could you please describe the particular test case? Thanks.
Comment 3 _ gtzabari 2012-01-02 18:03:57 UTC
1. Enter the following text in the editor:

public class Test
{
	public static void main(String[] args)
	{
		System.
	}
}

2. Place caret at end of "System." and trigger code-complete
3. Navigate to getProperties() method
4. Try clicking on getProperty(String) in the Javadoc.
5. Javadoc viewer will close. Expected behavior is for the browser to show the Javadoc for the getProperty(String) method without closing.
Comment 4 Dusan Balek 2012-01-03 10:25:57 UTC
Fixed in jet-main.

http://hg.netbeans.org/jet-main/rev/072029adc401
Comment 5 Quality Engineering 2012-01-04 15:43:12 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/072029adc401
User: Dusan Balek <dbalek@netbeans.org>
Log: Issue #206779: Cannot browse Javadoc - fixed.
Comment 6 Dusan Balek 2012-02-16 09:41:37 UTC
*** Bug 206278 has been marked as a duplicate of this bug. ***