Skip to:
Content

BuddyPress.org

Opened 16 years ago

Closed 16 years ago

#105 closed defect (bug) (fixed)

IE incompability

Reported by: miguael's profile miguael Owned by:
Milestone: Priority: major
Severity: Version:
Component: Keywords:
Cc:

Description

-The Ajax (?) functions don't work in IE7: Per Example Friend-Search, Home-Tabs, etc
-The Logo in the Bar (when you are logged in) is in the wrong place in IE

Change History (4)

#1 @windhamdavid
16 years ago

there are several other IE6 and & bugs as well.
you can fix the avatars not clearing in IE7 by adding padding: 10px 15px 5px; to style.css line 190... how can submit these fixes as i come across them using trac?

#2 @windhamdavid
16 years ago

in line 16 of admin-bar.css take the absolute positioning off and float left fixes the logo when logged in issue.
you'll need to add some top and left padding i used

#wp-admin-bar img#admin-bar-logo {

float: left;
padding: 7px 0 0 7px;
top: 8px;
left: 10px;

}

#3 @windhamdavid
16 years ago

most all of the ajax functions work in IE6 and 7 fine, but there is a problem with the filter search for members and friends. it's jquery related jQuery("div#groups-list-options a").livequery is not a function and jQuery("div#wire-pagination a").livequery is not a function are the two errors i'm getting with firebug.. my script editor on IE7 is pointing me to the directory-members.js line 60 for the errors.. I'll look into it.

#4 @apeatling
16 years ago

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

Works for me now.

Note: See TracTickets for help on using tickets.