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 8029449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T00:26:24+00:00 2026-06-05T00:26:24+00:00

I am trying to get some mouse event management to work in IE using

  • 0

I am trying to get some mouse event management to work in IE using Raphael.

But I am getting an error ‘Raphael’ is undefined in Internet Explorer 9 even though it works well in other browsers, like Chrome.

Here is the jsfiddle and the code:

<div id="sample"></div>
<div id="status"></div>



var width = 400;
var height = 200;
var paper = Raphael(document.getElementById('sample'), 0, 0, width, height);

var rect = paper.rect(0, 0, width, height);
rect.attr({
    stroke: "#888",
    fill: "#eaeaea"
});



var circle = paper.circle(50, 60, 20);
    circle.attr({
        fill: "#f90"
    });

$(circle.node).mouseenter(function(e){
        $('#status').html('Entered circle');
    });
$(circle.node).mouseleave(function(e){
        $('#status').html('left circle');
    });

It is using this version of the library: https://raw.github.com/DmitryBaranovskiy/raphael/master/raphael-min.js​

Can you assist in identifying why is not working in IE?

Thanksk

  • 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-06-05T00:26:25+00:00Added an answer on June 5, 2026 at 12:26 am

    The problem is with the default hosting on github, see Issue 173

    The fix is to change your Manage Resource link from the one linked to on raphaeljs.com that points to http://github.com/DmitryBaranovskiy/raphael/raw/master/raphael.js to the one hosted on cdnjs.com – http://cdnjs.cloudflare.com/ajax/libs/raphael/2.1.0/raphael-min.js.

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

Sidebar

Related Questions

Im trying to get some system information using WMI but the problem is when
Im trying to get some auto complete to work. I have this URL i
Just trying to get some rows out of a database and loop through but
I'm trying to get some data from a certain web-based api using the libcurl
I'm trying to get the mouse move event from external applet that has been
Im trying to get my images to animate on mouse over (hover) but for
Im trying to get into some basic JavaFX game development and I'm getting confused
I've been trying to get this snippet of python code to work, but to
I'm having some trouble using trying to determine if a mouse click is occurring
Im trying to get some checkbox with a specific name document.getElementsByName(test); Unfortunatley i cant

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.