[Webkit-unassigned] [Bug 24746] [Qt] Additional editing related QWebPage WebActions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Mar 21 22:03:38 PDT 2009


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





------- Comment #1 from elbunce at xendom.com  2009-03-21 22:03 PDT -------
Created an attachment (id=28829)
 --> (https://bugs.webkit.org/attachment.cgi?id=28829&action=view)
Adds editing related WebActions and improves selection / editing tests.

Adds the following WebActions:
+ PasteAndMatchStyle - Paste content from the clipboard with current style.
+ RemoveFormat - Removes formatting and style.
+ ToggleStrikethrough - Toggle the formatting between strikethrough and normal
style.
+ ToggleSubscript - Toggle the formatting between subscript and baseline.
+ ToggleSuperscript - Toggle the formatting between supercript and baseline.
+ InsertUnorderedList - Toggles the selection between an ordered list and a
normal block.
+ InsertOrderedList - Toggles the selection between an ordered list and a
normal block.
+ Indent - Increases the indentation of the currently selected format block by
one increment.
+ Outdent - Decreases the indentation of the currently selected format block by
one increment.
+ AlignCenter - Applies center alignment to content.
+ AlignJustified - Applies full justification to content.
+ AlignLeft - Applies left justification to content.
+ AlignRight - Applies right justification to content.

Improved selection and editing tests.


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