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

Element with id="exports" results in uncaught "Observer is not defined" exception #1134

Closed
polpo opened this issue Jan 28, 2015 · 2 comments
Closed

Comments

@polpo
Copy link

polpo commented Jan 28, 2015

If there is an element with id="exports" anywhere on a page using Polymer, an uncaught exception occurs:
Uncaught ReferenceError: Observer is not defined in polymer.js line 8184

The element does not have to be a Polymer custom element, and the bug is triggered even if there are no custom elements on the page.

Tested with Chrome 39.0.2171.99 on Fedora Linux.

Minimal testcase:

<!DOCTYPE html>
<html>
<head>
  <link rel="import" href="http://www.polymer-project.org/components/polymer/polymer.html">
</head>
<body>
  <div id="exports"></div>
</body>
</html>
@polpo
Copy link
Author

polpo commented Jan 28, 2015

This is a problem in observe-js. Issue googlearchive/observe-js#81 created.

@polpo
Copy link
Author

polpo commented Jan 31, 2015

Issue googlearchive/observe-js#81 is now closed.

@polpo polpo closed this as completed Jan 31, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant