Summary: | Konqueror crash on typing text in Facebook (and similar site) [khtml::InputTextCommandImpl::prepareForTextInsertion, khtml::InputTextCommandImpl::execute, khtml::InputTextCommandImpl::input] | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | Geoffray Levasseur <jeff.levasseur> |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | andresbajotierra, karl_tatt, mprizee |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Geoffray Levasseur
2009-10-22 16:06:19 UTC
It looks like bug 189173, but with an assert.. In any case the situation is related (several Facebook crashes) Thanks SVN commit 1042044 by orlovich: Better handling of the case where we get editting input events w/o a proper caret set --- such as when facebook apparently rewrites textareas into content-editable divs in a middle of handling of a click.... Either grab the caret, or drop the event. Should hopefully finally fix the prepareForTextInsertion crasher on facebook BUG:189173 BUG:211449 BUG:212138 BUG:212175 M +16 -2 editor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1042044 SVN commit 1042054 by orlovich: automatically merged revision 1042044: Better handling of the case where we get editting input events w/o a proper caret set --- such as when facebook apparently rewrites textareas into content-editable divs in a middle of handling of a click.... Either grab the caret, or drop the event. Should hopefully finally fix the prepareForTextInsertion crasher on facebook BUG:189173 BUG:211449 BUG:212138 BUG:212175 M +16 -2 editor.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1042054 *** Bug 226714 has been marked as a duplicate of this bug. *** *** Bug 250236 has been marked as a duplicate of this bug. *** |