Make WordPress Core

Opened 18 years ago

Closed 18 years ago

#6384 closed defect (bug) (fixed)

TinyMCE fixes

Reported by: azaozz Owned by: azaozz
Priority: normal Milestone: 2.5
Component: TinyMCE Version: 2.5
Severity: normal Keywords: has-patch
Cc: Focuses:

Description

Fixing several problems with TiynMCE, triggering of autosave() on an empty post in Safari 3.1, <br> tags in FF, <object> tag may break if switching from Visual to HTML mode and back several times, little cleanup of the compressor and others.

Attachments (1)

tmce0325.zip (90.8 KB ) - added by azaozz 18 years ago.

Download all attachments as: .zip

Change History (6)

@azaozz
18 years ago

#1 @ryan
18 years ago

  • Resolutionfixed
  • Status newclosed

(In [7513]) Fixing several problems with TiynMCE, triggering of autosave() on an empty post in Safari 3.1, <br> tags in FF, <object> tag may break if switching from Visual to HTML mode and back several times, little cleanup of the compressor and others. Props azaozz. fixes #6384

#2 @mani_monaj
18 years ago

The phrase

text-align: left

inside

body.mceContentBody

in /wp-includes/js/tinymce/wordpress.css must be removed because in right To left mode for TinyMCE, the text must be right-aligned, not left-aligned.

Another solution can be adding

style="direction: rtl; text-align:right"

to <body> tag of TinyMCE inner HTML file instead of current dir="rtl" when using right to left languages.

#3 @mani_monaj
18 years ago

  • Resolution fixed
  • Status closedreopened

#4 @ryan
18 years ago

  • Owner changed from anonymous to azaozz
  • Status reopenednew

#5 @azaozz
18 years ago

  • Resolutionfixed
  • Status newclosed

The fix for this together with more rtl editor improvements/fixes is in Changeset 7556

Note: See TracTickets for help on using tickets.