Skip to:
Content

BuddyPress.org

Opened 15 years ago

Closed 15 years ago

Last modified 15 years ago

#855 closed defect (bug) (no action required)

group avatar cropper not working

Reported by: chouf1's profile chouf1 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)

#1 @(none)
15 years ago

  • Milestone 1.0.2 deleted

Milestone 1.0.2 deleted

#2 @apeatling
15 years ago

  • Milestone set to 1.0.4

Need browser info.

#3 @DJPaul
15 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).

#4 @DJPaul
15 years ago

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

Closing this as no new information forthcoming from the submitter and the fact that the avatar cropper JS has changed in BP 1.1/trunk.

#5 @apeatling
15 years ago

  • Milestone changed from 1.0.4 to 1.1

Milestone 1.0.4 deleted

Note: See TracTickets for help on using tickets.