Bug Tracker

Modify

Ticket #211 (closed bug: invalid)

Opened 7 years ago

Last modified 6 years ago

IE5 scripting error

Reported by: kongeo ( drupal.org Owned by:
Priority: minor Milestone: 1.0
Component: core Version:
Keywords: IE5 script errors Cc:
Blocking: Blocked by:

Description

I have already seen #96 request for IE5 plugin.

Well there is quite a big chunk of people (at least in goverment agencies in Greece) that still have Win98 and of course IE5 installed by default.

I don't expect a plugin but I have noticed that even when trying to access jquery.com there is a javascript error talking about not recognizing the fn.apply method on line 330 on jquery-latest.js.

I don't expect a plugin but just a way for IE5 browsers not to see the code at all, how do we solve this?

Don't know if it helps but putting the code from #96 in my jquery.js suppreses all the javascript errors.

Change History

comment:1 Changed 7 years ago by joern

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

In that case, you should load the mentioned code before jQuery on your page. This isn't something that jQuery can or wants to handle.

The problem with IE5 is most of all the lack of support for apply, on which jQuery relies very heavily. Unless some miracles happens, this won't change in the future.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.