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 60063 - Help window for end tags displays "null"
Summary: Help window for end tags displays "null"
Status: VERIFIED DUPLICATE of bug 60058
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 14:36 UTC by Jiri Kovalsky
Modified: 2009-05-18 10:45 UTC (History)
0 users

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 Jiri Kovalsky 2005-06-15 14:36:30 UTC
Development build #200506142000 of NetBeans 4.2
Windows XP, JDK 1.5.0_03 build #06

Description:
============
Help window for closing HTML tags does not help much because it displays only
"null".

Steps to reproduce:
===================
1. Create new sample web application.
2. Set cursor at position 19:9 in index.jsp i.e.: </he|ad>
3. Press CTRL+Space to invoke code completion.
4. One item </head> will show up.
5. Now press CTRL+Shift+Space to invoke help window.
6. It will show up but will contain only "null".
Comment 1 Jiri Kovalsky 2005-06-15 14:41:49 UTC
Marking as duplicate of another issue. I am sorry for the e-mails but I had
experienced proxy problems.

*** This issue has been marked as a duplicate of 60058 ***
Comment 2 Jiri Kovalsky 2005-06-15 14:42:56 UTC
Verified.