Custom Query (13852 matches)
Results (61 - 63 of 13852)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#4113 | fixed | Standardize on .test() for RegExp | ||
Description |
When we use regular expressions in core we should standardize on .test() or .exec() (where appropriate). |
|||
#4114 | fixed | RegExp w/ Function Should be Optimized | ||
Description |
Right now we have some .replace(..., function(){}) code that should probably be optimized (cache the regexp function for later usage). |
|||
#4125 | wontfix | href changing in IE | ||
Description |
When you attempt to change the href of an anchor in IE (of which the text value is identical to the href) the text value will be changed, as well. Some workaround should be provided for this. |
Note: See TracQuery
for help on using queries.