Summary: | konqueror crash after start from the session | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | xcojack <xcojack> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, faure |
Priority: | NOR | ||
Version: | 4.2.3 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
xcojack@gmail.com
2009-06-01 11:40:40 UTC
Bug 207173 could be related to this too. Thanks Hmm, not exactly the same as 207173, because it's triggered by closeUrl(), not by hide(). But indeed it's another cause for the htmlpart's widget getting focus while it's being deleted... SVN commit 1028058 by dfaure: Better fix for 208374 (close tab with findbar shown) which also fixes 194850 (close tab while it's loading, triggers setFocusNode somehow) : make sure that no setFocus() from the dtor will trigger a part manager that knows about this part, by unregistering the part from the partmanager(s). CCBUG: 208374 BUG: 194850 M +11 -7 khtml_part.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1028058 |