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 60071 - Help window does not display tag names
Summary: Help window does not display tag names
Status: RESOLVED WONTFIX
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP (show other bugs)
Version: 4.x
Hardware: PC Windows XP
: P4 blocker (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-06-15 15:19 UTC by Jiri Kovalsky
Modified: 2009-11-02 11:17 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot of help window with missing <choose> word. (9.21 KB, image/png)
2005-06-15 15:22 UTC, Jiri Kovalsky
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jiri Kovalsky 2005-06-15 15:19:30 UTC
Development build #200506142000 of NetBeans 4.2
Windows XP, JDK 1.5.0_03 build #06

Description:
============
Help window does not display tag names which is critical for e.g. JSTL library.
User has no chance to find out which tag <c:when> should be included in. Take a
look at its javadoc here:

http://java.sun.com/products/jsp/jstl/1.1/docs/tlddocs/c/when.html

It contains text: "Subtag of <choose> that includes..." but help window
available for <c:when> tag displays only "Subtag of  that includes...". See
attached screenshot if you don't get what I mean.

Steps to reproduce:
===================
1. Create new sample web application.
2. Add JSTL 1.1 library to the project.
3. Uncomment taglib directive at line 9 in index.jsp.
4. Type <c:wh|en below <body> and press CTRL+Space to invoke code completion.
5. Press CTRL+Shift+Space to display help window.
6. Note that "<choose>" word is missing in the tag description.
Comment 1 Jiri Kovalsky 2005-06-15 15:22:13 UTC
Created attachment 22716 [details]
Screenshot of help window with missing <choose> word.
Comment 2 Petr Pisl 2005-11-10 14:07:00 UTC
Problem in displaying html code in the help window. 
Comment 3 Jaroslav Pospisil 2006-03-13 13:43:30 UTC
TM 5.0->TBD
Comment 4 Marek Fukala 2006-06-01 09:52:55 UTC
We'll probably have to quote all the tags which is ment to be displayed as tags
in the help files. The help file in jstl11-doc.zip contains a wrong html syntax: 

Subtag of <choose> that...

should be: Subtag of &lt;choose&gt; that...

But I am affraid that this one is not the only one and I do no know how to
easily find these occurances in the tons of files.
Comment 5 Marek Fukala 2006-07-27 15:12:15 UTC
We need to somehow fix the help sources... :-|. I have no idea how to do that
easily. I can fix the case you found, but I am affraid it won't satisfy you. Any
ideas?
Comment 6 Marek Fukala 2006-08-25 16:46:30 UTC
Minor problem = P4
Comment 7 Marek Fukala 2008-11-19 09:14:51 UTC
minor issue, fix is not trivial, no time for this.
Comment 8 Quality Engineering 2009-11-02 11:17:25 UTC
NetBeans.org Migration: changing resolution from LATER to WONTFIX