Accessing the 'type' property on VML elements fails on IE. Fixes #7071.
This commit is contained in:
parent
3418f32387
commit
0d8b247cab
3 changed files with 10 additions and 2 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue