"Dangerous" hotkey in server status dialog

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема "Dangerous" hotkey in server status dialog
Дата
Msg-id 4891D153.9090204@hagander.net
обсуждение исходный текст
Ответы Re: "Dangerous" hotkey in server status dialog  ("Dave Page" <dpage@pgadmin.org>)
Список pgadmin-hackers
If you select a row in the server status dialog and hit escape, pgadmin
will ask to cancel the query.

On every platform I've worked on, escape means close the dialog, not
actually do something.

I think this is becuase we are using wxID_CANCEL, which is the default
mapping there. I think the proper solution is to invent our own id
instead. Same for the one under locks. I can't see any reason why we're
overloading this with the default behaviours.

I'd go as far as calling this a bug and say we should probably backpatch
a fix ;-)

Comments?

//Magnus


В списке pgadmin-hackers по дате отправления:

Предыдущее
От: "Harald Armin Massa"
Дата:
Сообщение: test report: graphical Query builder
Следующее
От: "Dave Page"
Дата:
Сообщение: Re: "Dangerous" hotkey in server status dialog