Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accessing certain properties of a VML group element causes errors in Internet Explorer #1

Closed
sorccu opened this issue Apr 17, 2009 · 1 comment
Labels

Comments

@sorccu
Copy link
Owner

sorccu commented Apr 17, 2009

The VML group element has some properties that are not meant to be accessed. Accessing any of them will cause an error and invalidate all other properties of the element at the same time. This means that selectors such as jQuery’s $(‘:submit’) will fail because they access these properties.

The properties that cause errors are: type, opacity, chromakey, spt and forcedash.

The JavaScript typeof operator will return “unknown” (not “undefined”) for all these properties.

All other VML elements are OK with any existing or non-existing property.

http://msdn.microsoft.com/en-us/library/bb229485(VS.85).aspx

@sorccu
Copy link
Owner Author

sorccu commented Apr 17, 2009

As of 3b4720dcf1e70c587c13be48a27463357c052f58 the VML group element is no longer used, fixing the issue.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant