#855 closed defect (bug) (no action required)
group avatar cropper not working
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | 1.1 | Priority: | major |
Severity: | Version: | ||
Component: | Keywords: | ||
Cc: |
Description
wpmu 2.8.1
bp 1.0.2
the cropper does not show up on change group avatar step.
the java console gives these errors when on the page:
Error : jQuery("#avatar_v1").slideUp is not a function
source file: http........../admin/group-avatar
Error : uncaught exception: [Exception... "Security error" code: "1000" nsresult: "0x805303e8 (NS_ERROR_DOM_SECURITY_ERR)" location: "http://xxxx/xxx/wp-includes/js/prototype.js?ver=1.6 Line: 1525"]
Change History (5)
#3
@
16 years ago
This looks like it might be a http://en.wikipedia.org/wiki/Same_origin_policy issue.
I'm going to put my money on the bug submitter using firefox, and it occurring on http://localhost/ (which is different from 127.0.0.1 so you get the origin error message, not that you should be using http://localhost/ with WPMU anyway).
Milestone 1.0.2 deleted