Status: New Owner: ---- Labels: Type-Defect Priority-Medium
New issue 1538 by lonico: Groups cannot be starred in 1.5 Beta1 http://code.google.com/p/reviewboard/issues/detail?id=1538 *NOTE: Do not post confidential information in this bug report.* What version are you running? 1.5 Beta1 What's the URL of the page containing the problem? http://reviews.reviewboard.org/groups/ What steps will reproduce the problem? 1.Try to star a group What is the expected output? What do you see instead? Group should be marked as starred. Nothing happens. There is a javascript error: Google Chrome: /media/rb/js/datastore.js?1266182888:840 Uncaught TypeError: Object function (E,F){return new o.fn.init(E,F)} has no method 'funcQueue' if (options.type == "POST" || options.type == "PUT") { $.funcQueue("rbapicall").add(doCall); $.funcQueue("rbapicall").start(); Firefox: $.funcQueue is not a function [Break on this error] $.funcQueue("rbapicall").add(doCall); http://reviews.reviewboard.org/media/rb/js/datastore.js?1266182888 IE6 reports Microsoft JScript runtime error: Object doesn't support this property or method on the same line $.funcQueue("rbapicall").add(doCall); What operating system are you using? What browser? Windows XP, Chrome, Firefox, IE6 Please provide any additional information below. -- You received this message because you are listed in the owner or CC fields of this issue, or because you starred this issue. You may adjust your issue notification preferences at: http://code.google.com/hosting/settings -- You received this message because you are subscribed to the Google Groups "reviewboard-issues" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/reviewboard-issues?hl=en.
