https://bugs.documentfoundation.org/show_bug.cgi?id=81813

--- Comment #5 from Julien Nabet <[email protected]> ---
bt:
#0  vcl::QuickSelectionEngine::HandleKeyEvent (this=0x33cad28, _keyEvent=...)
at
/home/julien/compile-libreoffice/libreoffice/vcl/source/control/quickselectionengine.cxx:115
#1  0x00002aaab19adf11 in ImplListBoxWindow::ProcessKeyInput (this=0x33ca9a8,
rKEvt=...) at
/home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:1607
#2  0x00002aaab1944362 in ImplListBox::ProcessKeyInput (this=0x33ca750,
rKEvt=...) at
/home/julien/compile-libreoffice/libreoffice/vcl/inc/ilstbox.hxx:436
#3  0x00002aaab19ce4c4 in ListBox::PreNotify (this=0x33c2990, rNEvt=...) at
/home/julien/compile-libreoffice/libreoffice/vcl/source/control/lstbox.cxx:929
#4  0x00002aaab181d2bf in vcl::Window::PreNotify (this=0x33c85b0, rNEvt=...) at
/home/julien/compile-libreoffice/libreoffice/vcl/source/window/event.cxx:56
#5  0x00002aaab19b286f in ImplWin::PreNotify (this=0x33c85b0, rNEvt=...) at
/home/julien/compile-libreoffice/libreoffice/vcl/source/control/ilstbox.cxx:2641
#6  0x00002aaab191c336 in ImplCallPreNotify (rEvt=...) at
/home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:60
#7  0x00002aaab191f307 in ImplHandleKey (pWindow=0x30fa520, nSVEvent=KEYINPUT,
nKeyCode=514, nCharCode=99, nRepeat=0, bForward=true)
    at
/home/julien/compile-libreoffice/libreoffice/vcl/source/window/winproc.cxx:1026

vcl/source/control/ilstbox.cxx
The problem seems here:
   1564         case KEY_SPACE:
   1565         {
   1566             if ( !bMod2 && !IsReadOnly() )
   1567             {
   1568                 if( mbMulti && ( !mbSimpleMode || ( mbSimpleMode &&
bCtrl && !bShift ) || mbStackMode ) )
   1569                 {
   1570                     nSelect = mnCurrentPos;
   1571                     eLET = LET_KEYSPACE;
   1572                 }
   1573                 bDone = true;
   1574             }
   1575             maQuickSelectionEngine.Reset();
   1576         }
   1577         break;

See
http://opengrok.libreoffice.org/xref/core/vcl/source/control/ilstbox.cxx#1564

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to