← Back to team overview

mahara-contributors team mailing list archive

[Bug 530656] Re: WYSIWYG Editor for Editing View Text Boxes is not available in Full Screen Mode

 

Solution to this bug:

File: lib/web.php
Line: 110, add "fullscreen" to the end of the line.
Orig:
"bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,hr,emotions,image,spellchecker,cleanup,separator,link,unlink,separator,code",
New:
"bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,hr,emotions,image,spellchecker,cleanup,separator,link,unlink,separator,code,fullscreen",

Line: 123
Orig:
    plugins: "table,emotions,spellchecker,inlinepopups,paste",
New:
    plugins: "table,emotions,spellchecker,inlinepopups,paste,fullscreen",

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
https://bugs.launchpad.net/bugs/530656

Title:
  WYSIWYG Editor for Editing View Text Boxes is not available in Full
  Screen Mode

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Feature Request:

  In Mahara 1.3 the wysisyg editor is no longer available in Full Screen Mode. 
  Therfore it is difficult to enter and format longer texts.

  Furthermore you can't alter the wysiwyg size and look in the templates css file.
  This limits theming options!

  
  For more informartion check out this forum discussion:
  http://mahara.org/interaction/forum/topic.php?id=1574#post7435

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/530656/+subscriptions


References