Ticket #175 (closed defect: fixed)
Host existence verification fails under certain circumstances
| Reported by: | tsnorri | Owned by: | tsnorri |
|---|---|---|---|
| Priority: | critical | Milestone: | |
| Component: | BaseTenAppKit | Keywords: | |
| Cc: |
Description
Steps to reproduce:
- Connect to a database with a partial URI that contains the host name using -connect: and without having the modalWindow outlet's value set.
- Observe how the application waits for host verification indefinitely.
When modalWindow isn't set, the host verification callback is set to happen in NSModalPanelRunLoopMode. The run loop doesn't run in this mode, though, because the connection panel hasn't been shown.
Change History
Note: See
TracTickets for help on using
tickets.
