Jquery 1.9.0 bug:
Uncaught TypeError: Object [object Object] has no method 'live'
got it on widget show
Jquery 1.9.0 bug:
Uncaught TypeError: Object [object Object] has no method 'live'
got it on widget show
and a small bug: polls.php:835 textdomain is wrong.. "gravitformspolls"
btw.. are u sure plugin is loading translations? i tried but didnt load translation.
(update: yeah, checked files.. you guys didnt load textdomain for front-end but there is 1-2 translation need like "View results" and "Back to the poll"
1 more bug. Sorry dont want to open lots of topic for each bug.
There is a poll in this site on sidebar:
http://unsalkorkmaz.com/
Problem starting on a page with a gravityform:
http://unsalkorkmaz.com/iletisim/
As you can see, its not showing poll but showing shortcode.
Regarding jQuery 1.9.0, how are you including that currently, and what version of WordPress are you using?
I brought this topic to the attention of the development team.
I can confirm Polls 1.2 (WP 3.5.1) is not compatible with jQuery 1.9.x since live() function is now obsolete and should be replaced with bind() or on().
Since jQuery 1.9.0 is not being shipped with WordPress yet, we will address this issue in a future version of the add-on. Thank you for bringing it to our attention.
I get your point, still live() is deprecated since jQUery 1.7.0 (nov 2011).
But I guess it's hard to anticipate and at the same time keep compatibility with older Wordpress versions.
Keep up the good work.
Thanks. We'll be sure to consider this in an upcoming release.
Wow. Just. Just wow.
Deprecated means move on ASAP. Not when WordPress finally ships with the version that it no longer works.
The deprecated window is there to give you a reasonable amount of time to react before that function is actually removed from the codebase. So that there is no outage.
I love you guys. But this bad. I definitely expected better.
I'll be sure the developer of the polls add-on see this so that the deprecated function can be removed before WordPress ships with jQuery 1.9.0.
We've added the issue to our tracker so that the live() method will be removed in future versions (it was in use in the User Registration add on and Gravity Forms core.) Thank you.