Skip to main content

Bug Tracker

Side navigation

#5795 closed bug (invalid)

Opened January 13, 2010 05:08PM UTC

Closed June 13, 2010 11:56PM UTC

bug in 1.4rc1

Reported by: deckberg Owned by:
Priority: major Milestone: 1.4
Component: unfiled Version: 1.4a2
Keywords: Cc:
Blocked by: Blocking:
Description

looks like a problem with the jQuery Star Rating Plugin. http://www.fyneworks.com/jquery/star-rating/

After logging in, if you have saved a listing you can put a 5 star rating on the listing. Looks like the plugin doesn't work with 1.4rc1. I'm trying to contact the plugin author as well. Just thought you may want to look into it in case it might also break a bunch of other plugins.

version 1.3.2

http://www.realestatehomepages.com/livedevpropertysearch/index.asp?p=105658&i=10805

version 1.4rc1

http://www.realestatehomepages.com/livedevpropertysearch/index.asp?p=105658&i=10805&jver=1.4rc1

Attachments (0)
Change History (3)

Changed January 13, 2010 06:36PM UTC by kswedberg comment:1

For some reason I'm getting a 403 Forbidden error when trying to access those pages (a couple other people have been able to access them, though, so could be something weird on my end). Anyway, I put the plugin, along with its test page, on my server, and it seems to work fine with jQuery 1.4. Are you doing something else with the plugin that I can try to replicate here?

http://test.learningjquery.com/star-rating/test/

Changed January 13, 2010 09:11PM UTC by deckberg comment:2

I found the bug. I changed:

$('input[type=radio]','#StarRatingForm_' + LN).rating({

to:

$("input:radio", document.forms['StarRatingForm_' + LN]).rating({

am I not able to select the form by id anymore?

Changed June 13, 2010 11:56PM UTC by dmethvin comment:3

resolution: → invalid
status: newclosed