Opened 9 years ago
Closed 9 years ago
#1174 closed defect (bug) (fixed)
'Ideas' Star Rating Not Functional
Reported by: | atomicjack | Owned by: | coffee2code |
---|---|---|---|
Milestone: | Priority: | normal | |
Component: | General | Keywords: | needs-patch |
Cc: |
Description
On the Ideas page, it seems the star rating doesn't function.
Hovering over the stars doesn't allow you to rate the idea.
Browser: 45.0.2454.26 beta
Change History (6)
#2
@
9 years ago
Console reads:
Mixed Content: The page at 'https://wordpress.org/ideas/topic/add-image-caption-hook' was loaded over HTTPS, but requested an insecure XMLHttpRequest endpoint 'http://wordpress.org/ideas/bb-admin/admin-ajax.php'. This request has been blocked; the content must be served over HTTPS.
#3
@
9 years ago
So it looks like the culprit here is
$.post( 'http://wordpress.org/ideas/bb-admin/admin-ajax.php', form.serialize(), function( data, textStatus )
When queried directly, it properly 301's but it seems that the browser is ignoring that, should we just use the proper protocol here?
This ticket was mentioned in Slack in #meta by craigralston. View the logs.
9 years ago
Note: See
TracTickets for help on using
tickets.
Not entirely sure that is expected functionality on that screen. If you actually look at one of the idea posts, you can rate it in there (see https://wordpress.org/ideas/topic/better-wordpress-importexport). This makes sense to me since you should probably read the idea description and comments before just arbitrarily tossing ratings around based solely on the title. Just my thoughts on it.
CORRECTION: The star ratings actually do not appear to be working in Chrome when inside an idea single post, a message appears "This page is trying to load scripts from unauthenticated sources." Allowing the script to run anyway still has no effect.