[Webkit-unassigned] [Bug 24362] Cannot backspace out of list at start of contentEditable region

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 6 11:48:33 PST 2009


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





------- Comment #1 from eric at webkit.org  2009-03-06 11:48 PDT -------
There seems to be code to specifically enable this:

void TypingCommand::deleteKeyPressed(TextGranularity granularity, bool
killRing)


            // When the caret is at the start of the editable area in an empty
list item, break out of the list item.
            if (endingSelection().visibleStart().previous(true).isNull()) {
                if (breakOutOfEmptyListItem()) {
                    typingAddedToOpenCommand();
                    return;
                }
            }

Obviously that code is not working. :)

Will investigate.


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



More information about the webkit-unassigned mailing list