[Webkit-unassigned] [Bug 32823] WebCore::caretMaxOffset ReadAV at NULL (5785e692fef72522c3ee976bff525d98)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 30 09:33:13 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32823





--- Comment #2 from Mike Moretti <webkit9 at mordent.com>  2009-12-30 09:33:12 PST ---
Created an attachment (id=45668)
 --> (https://bugs.webkit.org/attachment.cgi?id=45668)
reduced test case with comments

I've been looking into this bug and have a question.  What is the expected
functionality of execCommand when there is no "contenteditable" field and
"designmode" is off?  Should it do anything at all in this case?  Should only
certain commands be allowed to execute?  I know there is a command table with
specific "enabled" checks specified in it, but is it correct for the undo case?
 enabledUndo seems to only call "canUndo" on the frame; shouldn't it also be
checking if enabledInEditableText?  I.e., should undo be disabled for the case
when there is no editable field or we're not in designmode (as in this test
case), or does it need to function (and the crash really need to be fixed)?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list