Ticket #105 (closed defect: fixed)

Opened 3 months ago

Last modified 7 weeks ago

IE incompability

Reported by: miguael Owned by:
Priority: major Milestone:
Version: 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

Changed 2 months ago by windhamdavid

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?

Changed 2 months ago by windhamdavid

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;

}

Changed 2 months ago by windhamdavid

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.

Changed 7 weeks ago by apeatling

  • status changed from new to closed
  • resolution set to fixed

Works for me now.

Note: See TracTickets for help on using tickets.