Bug 2601 - Custom observers window - data-enterable fields should have hover-help
Summary: Custom observers window - data-enterable fields should have hover-help
Status: RESOLVED FIXED
Alias: None
Product: frysk
Classification: Unclassified
Component: general (show other bugs)
Version: unspecified
: P2 normal
Target Milestone: ---
Assignee: Sami Wagiaalla
URL:
Keywords:
Depends on:
Blocks: 3399
  Show dependency treegraph
 
Reported: 2006-04-24 19:13 UTC by Rick Moseley
Modified: 2006-11-21 18:08 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rick Moseley 2006-04-24 19:13:52 UTC
All fields that the user can enter data into should have hover help.  The first
field, "Name" does have hover help, but the enterable fields under "Filters" and
"Actions" do not.
Comment 1 Sami Wagiaalla 2006-04-27 19:17:42 UTC
fixed.

2006-04-27  Sami Wagiaalla  <swagiaal@redhat.com>

	* SimpleComboBox.java: Added unwatchList().
	* ObserverItemRow.java: Added tooltips to entry fields.
	fix for 2601.
	* CompletingEntry.java (unwatchList): wrong observer was
	being removed from itemRemovedObservable... fixed
	* Combo.java (Combo): the tooltip of the combo is now
	set to the tooltip of the item that is passed to it.
Comment 2 Sami Wagiaalla 2006-04-27 19:18:05 UTC
.