← Back to team overview

mahara-contributors team mailing list archive

[Bug 1502371] A change has been merged

 

Reviewed:  https://reviews.mahara.org/5581
Committed: https://git.nzoss.org.nz/mahara/mahara/commit/966ef9df7cc398fdfe693b998ce8f3c5850f0620
Submitter: Robert Lyon (robertl@xxxxxxxxxxxxxxx)
Branch:    15.04_STABLE

commit 966ef9df7cc398fdfe693b998ce8f3c5850f0620
Author: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
Date:   Tue Oct 6 17:41:00 2015 +1300

Bug 1502371: Allowing the tinymce to record alt text for an embedded
image

based on either the description or the title of the image

behatnotneeded

Change-Id: I6deb362339ceeac29c6bb6425e853b120702ddae
Signed-off-by: Robert Lyon <robertl@xxxxxxxxxxxxxxx>
(cherry picked from commit 5edaff776e42a9389ca49ff48b77b01623b49507)

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1502371

Title:
  No proper alt text for images and replacing of alt text in images in
  TinyMCE

Status in Mahara:
  Fix Committed
Status in Mahara 15.04 series:
  Fix Committed
Status in Mahara 15.10 series:
  Fix Committed

Bug description:
  Tested in 15.04 and 15.10

  When an image is put into a text or note block via TinyMCE, the alt
  text is automatically set to the image's path. Even when you overwrite
  it in the HTML code, it is replaced with the image path upon saving.

  <img
  src="https://yoururl/artefact/file/download.php?file=520&amp;embedded=1&amp;text=569296";
  alt="download.php?file=520&amp;embedded=1&amp;text=56">

  It would be better if the alt text could be the image description or
  if it could be entered manually via the interface.

  The alt text changing upon saving the HTML is a problem for
  accessibility.

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


References