https://bugs.kde.org/show_bug.cgi?id=368590

Martin Gräßlin <mgraess...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
     Ever confirmed|0                           |1
             Status|UNCONFIRMED                 |CONFIRMED

--- Comment #1 from Martin Gräßlin <mgraess...@kde.org> ---
The reason for that is that the shift modifier is still on. The relevant code
area in Tabbox is:

void TabBox::modifiersChanged(Qt::KeyboardModifiers mods)
{
    if (m_noModifierGrab || !(!mods)) {
        return;
    }

which means that with shift still being on we don't ever get into the code
path. This needs rethinking now that we properly handle capslock.

I assume that cancelling the capslock would result in TabBox to close.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to