Comment 7 for bug 968046

Revision history for this message
Paweł Stołowski (stolowski) wrote :

Steps to reproduce:
1. Open Firefox, but don't make it fullscreen, so that window close button will not be covered by Hud.
2. Hit Alt (opens Hud).
3. Close Firefox window with mouse (Hud remains open).
4. Start typing search query in the Hud (should crash).

Problem caused by BamfView::Closed() signal not being delivered to WindowInfo::onWindowClosed(). I nailed it down to BamfFactory::OnViewClosed(), which just deletes sender object.