Bug 6691 - TinyMCE: strikethrough unimplemented
Summary: TinyMCE: strikethrough unimplemented
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Anders Carlsson
URL:
Keywords:
Depends on:
Blocks: 6627
  Show dependency treegraph
 
Reported: 2006-01-20 18:17 PST by Justin Garcia
Modified: 2006-01-21 12:13 PST (History)
0 users

See Also:


Attachments
Implement Strikethrough command (24.13 KB, patch)
2006-01-21 02:47 PST, Anders Carlsson
darin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Justin Garcia 2006-01-20 18:17:34 PST
Goto:
http://tinymce.moxiecode.com/example.php?example=true
Select some text and click the strikethrough button.  Nothing happens.
Comment 1 Anders Carlsson 2006-01-21 02:47:38 PST
Created attachment 5806 [details]
Implement Strikethrough command

Here's a patch that implements strikethrought. It does seem that TinyMCE special-cases safari and tries to insert html instead. TinyMCE needs to be fixed to not do this.
Comment 2 Darin Adler 2006-01-21 11:00:13 PST
Comment on attachment 5806 [details]
Implement Strikethrough command

r=me