Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4615752
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T01:53:05+00:00 2026-05-22T01:53:05+00:00

Before you say it, I know, IE6 is dead and it smells like it’s

  • 0

Before you say it, I know, IE6 is dead and it smells like it’s dead. However my client has a closed network, all their machines are run only IE6, so that 100% of my user base :/

I’m using jQuery UI and the autocomplete widget, it performs well in Firefox however on IE6, even for a small list of items (here 5, returned by json with an item and a description) it’s locking up the browser when I mouse over them. Applying the css seems like it may be the cause.

    $( "#searchTest" ).autocomplete({
 source: function( request, response ) {
  $.ajax({
   url: "index.pl",
   dataType: "json",
   data: {
    term: request.term
   },
   success: function( data ) {
    response( $.map( data.items, function( item ) {
     return {
      label: item.id + ' - ' + item.label,
      value: item.id
     }
    }));
   }
  });
 },
 minLength: 2
});

I can even kind of replicate the problems in IE6 using the online demos, albeit to a much lesser extent, it’s just slow it doesn’t hang up the browser.
If anyone can make any suggestions for improving performance in IE6 I’d be very happy to hear them. I’m using the default style sheet from the Themeroller. Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T01:53:06+00:00Added an answer on May 22, 2026 at 1:53 am

    Doh! I was using a plugin to add round corners to IE6: http://dillerdesign.com/experiment/DD_roundies/

    I commented this out and it’s working way better! The plugin in question is now EOL (my bad for not checking this). The client will have to live with a functional system, but no round corners till they change browser versions.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Before I start I should say I know this seems like a long shot,
I know this has been asked before but I can't find it so... Say
Let's say I'd like to start a small linux distro before my ordinary operating
Ok guys, So I know this has been covered before, but what my question
As I try and say before all of my questions - I'm new to
I know this has been asked before (and I will keep researching), but I
i know you will say that this question is asked before many times but
Before I ask my question, let me just say that I know very little
Before I begin, let me just say that I know my question is almost
I know this question has been asked before, but I feel it wasn't asked

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.