Ignore:
Timestamp:
12/28/09 13:44:27 (2 years ago)
Author:
PaulHarvey
Message:

Item2447: Improved unable to apply heading, etc. formats for Google Chrome and Safari browsers. Lingering issues on these browsers for this bug go away when I run TMCE without forced_root_block:false (yet another reason to fix Item2254 properly). Interesting note regarding IE6: the live demo at moxiecode has the same problem - so we need to file an urgent bug with moxiecode :-(

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm

    r5747 r5860  
    1919 
    2020our $VERSION           = '$Rev$'; 
    21 our $RELEASE           = '07 Dec 2009'; 
     21our $RELEASE           = '29 Dec 2009'; 
    2222our $SHORTDESCRIPTION  = 'Integration of the Tiny MCE WYSIWYG Editor'; 
    2323our $NO_PREFS_IN_TOPIC = 1; 
     
    4848theme_advanced_toolbar_align : "left", 
    4949foswikibuttons_formats : [ 
    50 { name: "Normal", el: "div", style: null }, 
     50{ name: "Normal", el: 'div', style: null }, 
    5151{ name: "Heading 1", el: "h1", style: null }, 
    5252{ name: "Heading 2", el: "h2", style: null }, 
Note: See TracChangeset for help on using the changeset viewer.