Summary: | void khtml::RenderLayer::scrollToOffset(int, int, bool, bool, bool): Assertion `!renderer()->canvas()->isPerformingLayout() || !dispatchEvent' failed. | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | David Faure <faure> |
Component: | khtml | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | germain |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
David Faure
2010-02-08 18:23:44 UTC
can't reproduce, but the backtrace is enough to pinpoint the problem. SVN commit 1088982 by ggarand: don't allow any synchronous update of scrollbars during layout BUG: 225936 M +8 -1 render_layer.cpp M +2 -1 render_layer.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1088982 |