|
From: | Torsten Lilge |
Subject: | [Octave-bug-tracker] [bug #57635] Editor often has focus but no cursor until clicking elsewhere and then clicking in editor |
Date: | Wed, 22 Apr 2020 16:17:00 -0400 (EDT) |
User-agent: | Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/80.0.3987.162 Safari/537.36 |
Follow-up Comment #32, bug #57635 (project octave): I think file_editor::set_focus is not involved here. file_editor::activate emits the signal fetab_set_focus. The related slot file_editor_tab::set_focus is activated but it does not result in the edit area of the remaining tab getting focus. On Linux, octave_qscintilla::focusInEvent is triggered, but not in Windows, although file_editor_tab::set_focus sets the focus for the edit area (octave_qscintilla). From my findings, it is this m_edit_area->setFocus () in file_editor_tab::set_focus which does not work as expected. _______________________________________________________ Reply to this item at: <https://savannah.gnu.org/bugs/?57635> _______________________________________________ Message sent via Savannah https://savannah.gnu.org/
[Prev in Thread] | Current Thread | [Next in Thread] |