Bug Report

Typography onmouseOver

Date: 11/06/2008 Severity: Trivial
Status: Resolved Reporter: supersusie
Version: EE 1.6.5 Assigned To: Not Assigned
Keywords: PHP Errors

Details

Core.typography.php line 598

                ‘onmouseOver’,
should be
                ‘onmouseover’,

There’s another place where onmouseDown still exists, but it’s in a comment, not in code.

TTFN
Travis

Comment on Bug Report

Page 1 of 1 pages
Posted by: Robin Sowell on 6 November 2008 7:17pm
Robin Sowell's avatar

The preg_match on that array is case insensitive (see the i at the end), so the current style in the array isn’t affecting the outcome- just to lay security concerns to rest asap.

It is odd that one uses lower case, though.  I’ll note it and double check with the crew.

Posted by: Robin Sowell on 10 November 2008 12:44pm
Robin Sowell's avatar

Fix is in for the next release- nice to have consistency wink.

Name:

Email:

Location:

URL:

Remember my personal information

Notify me of follow-up comments?