Feature Request: Spell checker

Bug #598425 reported by Glenys Bradbury
20
This bug affects 4 people
Affects Status Importance Assigned to Milestone
Mahara
Fix Released
Wishlist
Richard Mansfield

Bug Description

I think the addition of a spell checker to text entry boxes would really help people to ensure that their portfolio is error free, rather than cutting and pasting from another program which does has this feature.

Changed in mahara:
importance: Undecided → Wishlist
Changed in mahara:
status: New → Triaged
Revision history for this message
Kristina Hoeppner (kris-hoeppner) wrote :
Revision history for this message
Tim Fedak (tjfedak) wrote :

I've had several faculty request this feature, as they are also using Mahara for their own life-long learning during our pilot. Faculty asking for it, not to improve the quality of student submission - but because they find it helpful themselves.

Revision history for this message
Dominique-Alain JAN (dajan) wrote :

Regarding Richard's answer in the forum :

--- begin paste ----
You can enable the tinymce spellchecker by adding 'spellchecker' to the list of tinymce plugins (lib/web.php around line 123), and adding 'spellchecker' into the lists of configured buttons in one of the lines following. For example, just replace this:

    plugins: "table,emotions,iespell,inlinepopups,paste",
    theme_advanced_buttons1 : "{$adv_buttons[1]}",

with this:

    plugins: "table,emotions,spellchecker,inlinepopups,paste",
    theme_advanced_buttons1 : "{$adv_buttons[1]},spellchecker",
--- end paste ----

But I think this feature should be activated by default in the Mahara release to simplify administrator's life and avoid some drawbacks whenever Mahara is upgraded on the production server.

Changed in mahara:
status: Triaged → Fix Committed
assignee: nobody → Richard Mansfield (richard-mansfield)
milestone: none → 1.4.0
Yaju Mahida (yvm)
Changed in mahara:
status: Fix Committed → Fix Released
Revision history for this message
Andrew Nicols (dobedobedoh) wrote :

Fix hasn't been released yet

Changed in mahara:
status: Fix Released → Fix Committed
Changed in mahara:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.