[Webkit-unassigned] [Bug 59961] Implement DefaultParagraphSeparator execCommand, to let authors choose the default block element

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 1 15:23:28 PST 2012


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





--- Comment #19 from Pablo Flouret <pablof at motorola.com>  2012-03-01 15:23:27 PST ---
(In reply to comment #18)
> (From update of attachment 129748 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=129748&action=review
> 
> > Source/WebCore/page/Frame.cpp:311
> > +
> > +    // Reset the editor's default paragraph separator to the default value (a div).
> > +    m_editor.setDefaultParagraphSeparator(EditorParagraphSeparatorDiv);
> 
> What!? We shouldn't have to do this.

I wasn't too happy about that one either, but (for instance) if i refresh the page or navigate away the editor is reused, and consequently the separator is not reset, which i think it should be.

-- 
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