WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 32823
Bug 32822
WebCore::ApplyStyleCommand::removeInlineStyle ReadAV@NULL (18fa82a60d48c7965db66b916a546328)
https://bugs.webkit.org/show_bug.cgi?id=32822
Summary
WebCore::ApplyStyleCommand::removeInlineStyle ReadAV@NULL (18fa82a60d48c7965d...
Berend-Jan Wever
Reported
2009-12-21 06:52:03 PST
Created
attachment 45326
[details]
Repro Id: WebCore::ApplyStyleCommand::removeInlineStyle ReadAV@NULL (18fa82a60d48c7965db66b916a546328) Description: Attempt to read from NULL pointer in WebCore::ApplyStyleCommand::removeInlineStyle Stack: WebCore::ApplyStyleCommand::removeInlineStyle WebCore::ApplyStyleCommand::applyInlineStyle WebCore::ApplyStyleCommand::doApply WebCore::EditCommand::apply WebCore::applyCommand WebCore::Editor::applyStyle WebCore::executeApplyStyle WebCore::executeForeColor WebCore::Editor::Command::execute WebCore::Document::execCommand WebCore::DocumentInternal::execCommandCallback Repro: <BODY></BODY> <SCRIPT> document.designMode="on"; document.execCommand("selectall"); document.execCommand("InsertHorizontalRule"); document.execCommand("SelectAll"); document.execCommand("ForwardDelete"); document.designMode="off"; document.execCommand("undo"); document.designMode="on"; document.execCommand("ForeColor",false,3); </SCRIPT>
Attachments
Repro
(357 bytes, text/html)
2009-12-21 06:52 PST
,
Berend-Jan Wever
no flags
Details
View All
Add attachment
proposed patch, testcase, etc.
Berend-Jan Wever
Comment 1
2009-12-21 06:53:38 PST
Online repro
Mike Moretti
Comment 2
2009-12-30 10:18:25 PST
This bug is a dup of 32823; it's the "undo" in designMode off that causes the problem.
Berend-Jan Wever
Comment 3
2009-12-31 02:25:30 PST
*** This bug has been marked as a duplicate of
bug 32823
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug