Opened 17 years ago
Closed 17 years ago
#6384 closed defect (bug) (fixed)
TinyMCE fixes
Reported by: |
|
Owned by: |
|
---|---|---|---|
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)
Change History (6)
#2
@
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.
Note: See
TracTickets for help on using
tickets.
(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