For auto adding right alt text to images (wich insers through IMCE) I suggest in default_buttons_functions.js Line 166 add:

if (i == 'alt' && typeof(document.getElementById('edit-title').value)) {
  el['attr_'+i].value = document.getElementById('edit-title').value;
  continue;	
}

Comments

ufku’s picture

Status: Active » Closed (fixed)