View Full Version : [FIXED] MACS and the WYSIWYG editor (font colors)
Steph
Mon 23rd Jun '03, 7:32pm
My MAC folks are having a problem with the font colors. Its not showing any colors. Here are 3 screencaps showing what MAC users are seeing:
Safari: http://forums.philedom2k.com/philes/attachment.php?attachmentid=6270
IE: http://forums.philedom2k.com/philes/attachment.php?attachmentid=6271
Camino: http://forums.philedom2k.com/philes/attachment.php?attachmentid=6273
Wayne Luke
Mon 23rd Jun '03, 11:40pm
The WYSIWYG editor does not work on the Macintosh platform. They need to use the standard editor or no editor at all.
okrogius
Mon 23rd Jun '03, 11:56pm
Those screenshots ARE showing the standard editor.
Wayne Luke
Tue 24th Jun '03, 12:00am
I couldn't get the screenshots to load... The site just hangs.
Wayne Luke
Tue 24th Jun '03, 12:11am
Look in vbcode.js for the line that looks like:
document.writeln('<option value="' + pickColors[i].toLowerCase() + '" style="background-color:' + pickColors[i] + ';"> </option>');
Replace it with:
document.writeln('<option value="' + pickColors[i].toLowerCase() + '" style="background-color:' + pickColors[i] + ';">' + pickColors[i] + '</option>');
And see if that works for them.
Kier
Fri 27th Jun '03, 5:01am
Fixed in Beta 4
vBulletin® v3.8.0 Beta 3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.