Ignore:
Timestamp:
09/14/09 22:07:06 (3 years ago)
Author:
KennethLavrsen
Message:

Item2037: Switching to Wiki Text (raw) when TMCE is fullscreen results in mess
I disable the fullscreen feature in Release branch so it does not block 1.0.7.
Feel free to enable again if it gets fixed in time. I leave the feature enabled in trunk so the developers can work on a fix

File:
1 edited

Legend:

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

    r4583 r4925  
    4343save_callback : "FoswikiTiny.saveCallback", 
    4444%IF{"$TINYMCEPLUGIN_DEBUG" then="debug:true,"}% 
    45 plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,fullscreen,foswikibuttons,foswikiimage%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 
     45plugins : "table,searchreplace,autosave,paste,safari,inlinepopups,foswikibuttons,foswikiimage%IF{ "context TinyMCEUsabilityUpgradePluginEnabled" then=",foswikilink" else=""}%", 
    4646foswiki_secret_id : "%WYSIWYG_SECRET_ID%", 
    4747foswiki_vars : { PUBURLPATH : "%PUBURLPATH%", PUBURL : "%PUBURL%", WEB : "%WEB%", TOPIC : "%TOPIC%", ATTACHURL : "%ATTACHURL%", ATTACHURLPATH : "%ATTACHURLPATH%", VIEWSCRIPTURL : "%SCRIPTURL{view}%", SCRIPTSUFFIX: "%SCRIPTSUFFIX%", SCRIPTURL : "%SCRIPTURL%", SYSTEMWEB: "%SYSTEMWEB%" }, 
     
    6868paste_strip_class_attributes: "all", 
    6969theme_advanced_buttons1 : "foswikiformat,separator,bold,italic,tt,colour,removeformat,separator,bullist,numlist,outdent,indent,separator,link,unlink,anchor,separator,attach,image,charmap,hr,separator,undo,redo,separator,search,replace", 
    70 theme_advanced_buttons2: "tablecontrols,separator,code,hide,fullscreen", 
     70theme_advanced_buttons2: "tablecontrols,separator,code,hide", 
    7171theme_advanced_buttons3: "", 
    7272theme_advanced_toolbar_location: "top", 
Note: See TracChangeset for help on using the changeset viewer.