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 207352 - ProfilerDialogs usage doesn't ensure correct displaying of HTML messages
Summary: ProfilerDialogs usage doesn't ensure correct displaying of HTML messages
Status: RESOLVED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 7.1
Hardware: All All
: P3 normal (vote)
Assignee: Jiri Sedlacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-16 16:02 UTC by Jiri Sedlacek
Modified: 2012-01-25 16:39 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 Sedlacek 2012-01-16 16:02:45 UTC
Current implementation of ProfilerDialogs API doesn't display HTML messages correctly on some configurations.
Comment 1 Jiri Sedlacek 2012-01-16 16:07:09 UTC
Caused by the lack of HTML support in some implementations of DialogsDisplayer API. Will be fixed on ProfilerDialogs side.
Comment 2 Jiri Sedlacek 2012-01-16 16:31:09 UTC
Using ProfilerDialogs now ensures correct displaying of HTML messages in all environments.

Fixed by http://hg.netbeans.org/profiler-main/rev/ec144163d4ae.
Comment 3 Quality Engineering 2012-01-25 16:39:23 UTC
Integrated into 'main-golden', will be available in build *201201250600* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/ec144163d4ae
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #207352 - make sure HTML messages are always displayed correctly