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 55071 - Tooltip shows html tags
Summary: Tooltip shows html tags
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Martin Krauskopf
URL:
Keywords:
: 56018 (view as bug list)
Depends on: 55829
Blocks:
  Show dependency tree
 
Reported: 2005-02-16 15:59 UTC by _ lcincura
Modified: 2008-12-22 23:10 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 _ lcincura 2005-02-16 15:59:52 UTC
NetBeans IDE 4.1 [200502151900] on jdk 1.5.0_02

The tooltip of value in Local Variables or in
Watches view shows html tags in case you display
tooltip on some value which is displayed in bold
or colored font. It should filter out the html
tags and display only value.
Comment 1 Jan Jancura 2005-02-16 16:16:08 UTC
We use standard String Property editor in this case. I agree that it
should filter tooltips.
Comment 2 Martin Krauskopf 2005-02-24 13:15:48 UTC
Partly fixed. There is another problem with splitting algorithm which
can eventually damage HTML tags in long tooltips. So leaving open...

Checking in openide/src/org/openide/explorer/view/TableSheetCell.java;
new revision: 1.23; previous revision: 1.22
Checking in
openide/test/unit/src/org/openide/explorer/view/TableSheetCellTest.java;
initial revision: 1.1

Comment 3 Martin Krauskopf 2005-03-03 16:02:11 UTC
The solution for this issue depends on the result of API review issue
55829.
Comment 4 Jan Jancura 2005-03-07 10:18:58 UTC
*** Issue 56018 has been marked as a duplicate of this issue. ***
Comment 5 Martin Krauskopf 2005-03-10 17:03:32 UTC
Fixed as part of issue 55153 (commit is there).
Comment 6 _ lcincura 2005-07-13 12:09:36 UTC
Verified in 4.2 build 200507110943