Parameter input dialog doesn't get focus
A Java SQL client for any JDBC compliant database
Brought to you by:
colbell,
gerdwagner
View and moderate all "bugs Discussion" comments posted by this user
Mark all as spam, and block user from posting to "Bugs"
I've resolved this issue by switching sqlreplace plugin off in plugin manager.
Probably there is a glitch between the two.
I use both SQLReplacePlugin and SQLParamPlugin, so switching off SQLReplacePlugin is no option.
I observed that the problem occurs when the SQL execution listener of the SQLParamPlugin is registered prior to that of the SQLReplacePlugin. Apparently the latter listener steals the focus that the former just grabbed.
I resolved the problem by renaming sqlreplace.jar to sql1replace.jar. As can be seen in the log file, this changes the load order of those two plugins in such a way that the SQL execution listener of the SQLReplacePlugin is registered prior to that of the SQLParamPlugin.