[Scummvm-tracker] [ScummVM :: Bugs] #14551: GUI: Search box lose focus in grid launcher when typing text

ScummVM :: Bugs trac at scummvm.org
Wed Jul 19 22:58:14 UTC 2023


#14551: GUI: Search box lose focus in grid launcher when typing text
-------------------+---------------------
Reporter:  criezy  |       Owner:  (none)
    Type:  defect  |      Status:  new
Priority:  normal  |   Component:  GUI
 Version:          |  Resolution:
Keywords:          |        Game:
-------------------+---------------------
Comment (by criezy):

 I don't know if this is related, but I have also hit the assert in the
 following code while testing this further. However I am unable to
 reproduce that.
 {{{
 bool EditableWidget::setCaretPos(int newPos) {
         assert(newPos >= 0 && newPos <= (int)_editString.size());
         _caretPos = newPos;
         return adjustOffset();
 }
 }}}
-- 
Ticket URL: <https://bugs.scummvm.org/ticket/14551#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM


More information about the Scummvm-tracker mailing list