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 65698 - SQL Editor Connection combobox tool-tip is missing
Summary: SQL Editor Connection combobox tool-tip is missing
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 5.x
Hardware: All All
: P4 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-03 11:27 UTC by Martin Schovanek
Modified: 2005-11-21 15:23 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 Martin Schovanek 2005-10-03 11:27:04 UTC
[#20051002-2149, jdk1.4.2]

to reproduce:
-------------
1) right-click a Table node and choose View Data
2) move mouse under the combobbox
ERROR: tool-tip does not appear
Comment 1 Andrei Badea 2005-10-03 13:44:32 UTC
Fixed.

Checking in src/org/netbeans/modules/db/sql/editor/ui/actions/ConnectionAction.java;
/cvs/db/sqleditor/src/org/netbeans/modules/db/sql/editor/ui/actions/ConnectionAction.java,v
 <--  ConnectionAction.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Martin Schovanek 2005-11-21 15:23:46 UTC
VERIFIED