issue160: focus problem at http://slovnik.cz/

Priority: bug Status: resolved
Messages
msg358 (view) Author: retroj Date: 2009-05-26.15:33:02
When you visit http://slovnik.cz/ a text box is focused where you can type a word
to lookup.  After submitting a query, that box will be focused again, with the text
inside selected, but conkeror is not in Input-mode.  Hitting tab moves focus to the
"přeložit" button, then hitting S-tab will go back to the input box, and conkeror
will then be correctly in Input-mode.  Alternatively, switching out of and back to
conkeror in the window manager causes conkeror to correctly enter Input-mode for
that text field.
msg359 (view) Author: skorpan Date: 2009-05-26.15:34:52
Another interesting "feature" I noticed was that you can't seem to unfocus the box using ESC, it just
regains focus.
msg407 (view) Author: retroj Date: 2009-08-29.20:32:33
slovnik is a frameset page, where the input form is in one frame, and the translation
results are in a different frame.  Therefore when you submit the form, the results
frame navigates to a new page, causing content_buffer_location_change_hook to fire,
which in turn causes conkeror to switch to normal_input_mode.  However, the input
field is still focused in that other frame, so conkeror is left in an inconsistent
state.
History
Date User Action Args
2009-08-31 15:35:24retrojsetstatus: chatting -> resolved
2009-08-29 20:32:33retrojsetmessages: + msg407
2009-05-26 15:34:52skorpansetstatus: unread -> chatting
messages: + msg359
2009-05-26 15:33:03retrojcreate