Suggested table list does not regain focus

Try this in a console window:

  1. Start typing a select statement
  2. Give it a FROM domain.dbo. and stop there. It will bring up a list of suggested tables.
  3. Highlight a table, any table (do not dbl click it, just highlight it)
  4. Go to the Database window
  5. Highlight a table, any table will do (do not dbl click it, just highlight it)
  6. Go back to the suggested table list and highlight a table, any table (do not dbl click it, just highlight it)
  7. Press <tab>. Nothing should happen
  8. Press <enter>. You should see the column list expand for the table highlighted in the database window
  9. Press <enter> again. The table's column list should compress.

Even though activity had returned to the suggested table list in the console window, it does not appear to receive keystrokes. It looks like the database window still has focus and is intercepting the keystrokes.

 

0

请先登录再写评论。