Make WordPress Core

Opened 17 years ago

Closed 17 years ago

#6384 closed defect (bug) (fixed)

TinyMCE fixes

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

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 17 years ago.

Download all attachments as: .zip

Change History (6)

@azaozz
17 years ago

#1 @ryan
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

(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
17 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
17 years ago

  • Resolution fixed deleted
  • Status changed from closed to reopened

#4 @ryan
17 years ago

  • Owner changed from anonymous to azaozz
  • Status changed from reopened to new

#5 @azaozz
17 years ago

  • Resolution set to fixed
  • Status changed from new to closed

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

Note: See TracTickets for help on using tickets.