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

Elvis Angelaccio <elvis.angelac...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |regression

--- Comment #4 from Elvis Angelaccio <elvis.angelac...@kde.org> ---
This is what happens:

1. The searchbox of the first tab gets disactivated (as side effect of
   disactivating its container).
2. Second tab gets closed, we call removeTab(1) in the tab widget.
3. The searchbox of the first tab gets a FocusIn event and calls
setActive(true).
4. Since it was disactivated, it emits activated() and this results in the 
   activeViewChanged() signal which causes the crash, because the
currentIndex() 
   of the tab page is still 1 but widget(1) has already been invalidated.

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

Reply via email to