Accessing the 'type' property on VML elements fails on IE. Fixes #7071.

This commit is contained in:
John Firebaugh 2011-04-12 16:48:22 -04:00 committed by John Resig
parent 3418f32387
commit 0d8b247cab
3 changed files with 10 additions and 2 deletions

View file

@ -776,6 +776,9 @@ test("trigger() shortcuts", function() {
// manually clean up detached elements
elem.remove();
// test that special handlers do not blow up with VML elements (#7071)
jQuery("#oval").click().keydown();
});
test("trigger() bubbling", function() {