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 200369 - strange flickering when opening DB node
Summary: strange flickering when opening DB node
Status: RESOLVED DUPLICATE of bug 199800
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0.1
Hardware: Macintosh Mac OS X
: P3 normal (vote)
Assignee: Jiri Rechtacek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-25 17:04 UTC by athompson
Modified: 2011-10-14 14:23 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 athompson 2011-07-25 17:04:28 UTC
1. add some DBs to netbeans (all mine are SQL server instances)
2. restart the IDE
3. go to the "Services"  tab
4! open the "Databases" node

The IDE will "flicker" as it rapidly loses and regains focus.  It looks like some small external window is being created and destroyed, but it doesn't stay long enough for me to see what it is.  I don't know if it's a Mac thing, but I do know the IDE did this before I upgraded from Snow Leopard to Lion, and the IDE didn't used to do this.


Product Version: NetBeans IDE Dev (Build 201107220600)
Java: 1.6.0_26; Java HotSpot(TM) 64-Bit Server VM 20.1-b02-383
System: Mac OS X version 10.7 running on x86_64; MacRoman; en_US (nb)
Userdir: /Users/alvin/.netbeans/dev
Comment 1 athompson 2011-07-25 18:05:29 UTC
The problem also occurs if you restart the IDE and attempt to run SQL from the editor (so it has to connect to the selected DB).
Comment 2 Tomas Danek 2011-07-28 14:30:18 UTC
confirmed, i've seen it on my mac as well.
Comment 3 athompson 2011-09-29 18:15:44 UTC
It appears to be a dialog that's repeatedly propping up and going away (perhaps one for each defined DB connection).  The dialog is titled "Connection Information" and says something like, "Please wait while we retrieve connection information".  Perhaps this message can be moved to the status bar, or better yet, remove it completely and just replace with a "busy" cursor.  Even if I cared why I was waiting, I could easily take a guess from the context of what I was doing.
Comment 4 Jiri Rechtacek 2011-10-14 14:23:06 UTC

*** This bug has been marked as a duplicate of bug 199800 ***