Bug Tracker

Modify

Ticket #5795 (closed bug: invalid)

Opened 3 years ago

Last modified 3 years ago

bug in 1.4rc1

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

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

Change History

comment:1 Changed 3 years ago by kswedberg

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/

comment:2 Changed 3 years ago by deckberg

I found the bug. I changed: $('input[type=radio]','#StarRatingForm_' + LN).rating({

to: $("input:radio", document.forms+ LN?).rating({

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

comment:3 Changed 3 years ago by dmethvin

  • Status changed from new to closed
  • Resolution set to invalid

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.