Javascript
Styling Abbr Tag in IE – JavaScript Fix
Internet Explorer for Windows does not support the <abbr> tag. This makes it hard to style in CSS.
Marek Prokop posted a fix for this in the post Styling <abbr> in IE which has been very helpful. However, it seems to prevent JavaScript functioning properly.
Magento FCKEditor Product Validation
Implementing WYSIWYG editing is fairly straightforward in Magento using either TinyMCE or FCKEditor. However, a known issue means that TinyMCE doesn’t work within the CMS section. So FCKEditor is the only real option at the moment.
There is however one issue to sort out. The product description field is mandatory; when you enter text into this [...]
Selenium & TinyMCE
Selenium’s ‘type’ command will not work with forms using TinyMCE for WYSIWYG markup. To test TinyMCE forms, you need to use ‘runScript’ to fire off some JavaScript to set the value.