Menu

#894 Parameter input dialog doesn't get focus

None
open
nobody
5
2018-12-22
2010-08-02
Anonymous
No

Parameter input dialog is not getting focus on CTRL+ENTER.

Discussion

  • Anonymous

    Anonymous - 2010-09-22

    I've resolved this issue by switching sqlreplace plugin off in plugin manager.
    Probably there is a glitch between the two.

     
  • Ralf Pantförder

    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.

     

Log in to post a comment.