Skip to main content

Bug Tracker

Side navigation

#14178 closed bug (wontfix)

Opened July 24, 2013 12:11PM UTC

Closed July 25, 2013 04:06PM UTC

matchExpr[type].exec is not a function

Reported by: eflyfeng@163.com Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.10.2
Keywords: Cc:
Blocked by: Blocking:
Description

<!DOCTYPE html>
<html>

<body>
<input type='button' name='btn' value='click'/>

<script>
        Object.prototype.toQueryString = function () {}
</script>

<script src='jquery-1.10.2.js' type='text/javascript'></script>
<script>

$("[name='btn']");

</script>

</body>
</html>

when i tried to run the web page then it throws error like TypeError: matchExpr[type].exec is not a function.

that error is in IE 9 Compatibility View with windows 7 x64

Attachments (0)
Change History (1)

Changed July 25, 2013 04:06PM UTC by timmywil comment:1

resolution: → wontfix
status: newclosed