← Back to team overview

mahara-contributors team mailing list archive

[Bug 863024] Re: WYSIWYG editor height not adjustable - too slim

 

Hi Shanen,

You can put these instructions in your config.php file to make the text
box larger:

  $cfg->blockeditormaxwidth = true;
  $cfg->blockeditorheight = 550;

(the second one may not be necessary)

But really, we should look into making this the default for 1.5

Cheers,
Francois


** Changed in: mahara
   Importance: Undecided => Wishlist

** Changed in: mahara
       Status: New => Confirmed

** Changed in: mahara
    Milestone: None => 1.5.0

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

Title:
  WYSIWYG editor height not adjustable - too slim

Status in Mahara ePortfolio:
  Confirmed

Bug description:
  Hi,
  The WYSIWYG editor only fits 5 lines which makes editing a few paragraphs with bullet points, tables etc quite difficult.
  See attached screenshot.
  Cheers,
  Shane.

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


References