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

The .properties is not working properly (tested on Chromium) #3

Open
mvaled opened this issue Nov 11, 2013 · 3 comments
Open

The .properties is not working properly (tested on Chromium) #3

mvaled opened this issue Nov 11, 2013 · 3 comments

Comments

@mvaled
Copy link

mvaled commented Nov 11, 2013

Hi,

I'm trying to use your shims. My currents scripts includes:

<script src="{{STATIC_URL}}js/shims/a.js"></script>
<script>
  window.microdata_liveProperties=true;
</script>
<script src="{{STATIC_URL}}js/shims/microdata-js.js">

(Not yet prepared to IE8+).

On Chromium (Version 28.0.1500.71 Ubuntu 13.04 (28.0.1500.71-0ubuntu1.13.04.1)) however, the properties is not working properly

This is what get in the browser's console:

document.getItems()[0].properties
[]

But, see that there are indeed itemprops:

$(document.getItems()[0]).find('[itemprop]').size()
14

Furthermore, on Firefox (no shim needed since they support the Microdata API) the properties work as excepted.

@termi
Copy link
Owner

termi commented Nov 28, 2013

Will fix it soon. But now I am in hospital, so sorry for delay. Please provide your htnl-file with microdata markup

@mvaled
Copy link
Author

mvaled commented Nov 28, 2013

You may see the microdata in this site: http://www.cubaautrement.com/products/festival-jazz-plaza/

On the site, I have not deployed your shims yet. In my development branch I'm using a jQuery plugin that has a microdata API.

Hope you get well soon.

@edsu
Copy link

edsu commented Apr 1, 2014

Any update on this?

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

3 participants