Alts in color picker for the colorblind
I http://www.vbulletin.com/forum/index.php?t=299716 in the suggestion area that they put alts in the color picker section of the WYSIWYG. Basically, when you mouse over any of the colors, it will alt with the color name, i.e. "Red". Everyone seemed to agree it should already be there and someone also posted the code to do it:
In clientscript/vbulletin_textedit.js find: Code:
option.onclick = vB_Text_Editor_Events.prototype.coloroption_onclick; Code:
option.title = option.colorname; Code:
option.onclick = vB_Text_Editor_Events.prototype.coloroption_onclick Code:
;option.title = option.colorname; Download No files for download. |