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 21309 - Message "Opening -//public ID//EN" left in status bar
Summary: Message "Opening -//public ID//EN" left in status bar
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: dpavlica
URL:
Keywords: UI
Depends on:
Blocks:
 
Reported: 2002-03-07 15:04 UTC by Jesse Glick
Modified: 2008-11-17 19:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2002-03-07 15:04:35 UTC
[dev mar 07] After opening a DTD from an entity catalog using the View
item and closing it again, a message is left in the status bar. This
is inconsistent with opening regular files; the status bar should be
cleared when it is open.
Comment 1 _ pkuzel 2002-03-07 15:12:01 UTC
It looks like a bug in CloneableEditorSupport. Does it properly handle
protected java.lang.String messageOpened()?
Comment 2 Peter Zavadsky 2002-03-07 17:45:19 UTC
Its not openning, but openned messagel left on the status bar.

The messageOpenned is working fine.
 Just it seems the default impl
(see DataEditorSupport#messageOpenned and the bundle) is empty string
so the status is cleared after there are other sources opened.
Probably also DTD from entity catalog should follow the "rule".
If it si the rule or it was made accidentally (cleared item value in
bundle, is question for UI,) but I think it seems to be a rule, thus
reassign it to the XML to return empty string from their
messageOpenned impl.
Comment 3 _ pkuzel 2002-04-04 12:10:19 UTC
It is not rule, see:

xxx.java finished. after compilation
xxx.yyy saved! after save
xxx module instaled. after enabling module
xxx project open. after switching project
etc.

Assigning to UI to define proper rules and enforce it.
Comment 4 Jiri Mzourek 2002-05-31 14:48:35 UTC
Should be solved by new status indication.
Comment 5 _ pkuzel 2002-06-11 14:48:41 UTC
It is not XML module bug.
Comment 6 Marek Grummich 2002-07-19 21:10:22 UTC
Target milestone was changed from 'not determined' to TBD.
Comment 7 Jesse Glick 2008-11-17 19:16:07 UTC
Some years ago, the status bar was changed to fade out any messages after a while.