Mark Clements

Results 19 issues of Mark Clements

If you call getBBox() to get the bounding box of a text element when the whole Raphael element is hidden (e.g. if it is inside a <div> with display: none)...

Fixed an issue in escapeXML() whereby if the supplied value is undefined, a JavaScript error was thrown. I have implemented this fix in a generic fashion, i.e. it will now...

I am getting JavaScript errors in IE8 due to the 'class' attribute ending up undefined in the 'text' callback for the serializer object. On line 205, the code is populating...

I've just had the following error reported: ```` 78 | WARNING | Since PHP 7.0, functions inspecting arguments, like debug_backtrace(), no longer report the original | | value as passed...

Type: bug

There is a Sniff to report on keywords being used as invoked functions: ForbiddenNamesAsInvokedFunctionsSniff There should be an equivalent sniff to report on these same keywords being used as class...

enhancement

I understand what the ForbiddenGlobalVariableVariable sniff is checking for, but am slightly surprised by one of the warnings it generates: ````WARNING | Global with anything other than bare variables is...

I am getting what appears to be a false-positive: ` 3763 | ERROR | Only variables can be passed to empty() prior to PHP 5.5.` The code is: ````php return...

Type: bug

Support for the following syntax was added in PHP 5.4: `Class::{expr}()` [1] A sniff should be written to report this when targeting PHP < 5.4. [1] http://php.net/manual/en/migration54.new-features.php

Type: enhancement

The documentation of the PlotOptions object at http://www.jqplot.com/docs/files/jqPlotOptions-txt.html is garbled. I don't know if this is an error in the source file or in the code which converts it to...

# Feature Request ## Motivation Behind Feature The debug output* from the command-line build process (e.g. with the `--verbose` option) outputs the exit code of commands that are run. When...

enhancement