Giter Club home page Giter Club logo

Comments (9)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Ok, the actual expected output is

function() { // override
  var previous = this.base;
  this.base = ancestor;
  var returnValue = method.apply(this, arguments);
  this.base = previous;
  return returnValue;
};

but that's not really the point. ;)

Original comment by [email protected] on 26 Apr 2007 at 1:21

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Bind methods will be different for different browsers as each browser has a 
different
inheritance path depending on which features the browser has missing.

I don't really consider this a bug.

Original comment by [email protected] on 1 May 2007 at 8:10

  • Added labels: Type-Other, Priority-Low
  • Removed labels: Type-Defect, Priority-Medium

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Changed to "WontFix" (see my previous comment).

Original comment by [email protected] on 1 May 2007 at 8:11

  • Changed state: WontFix

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
Presumably, 

 event.target = event.srcElement;

is supposed to fire on IE, but it doesn't.

That's the point of the bug report. One of us is missing something. :)

Original comment by [email protected] on 2 May 2007 at 1:36

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
> One of us is missing something.

OK. The penny the penny has dropped for me. I now see the problem. :-) 
Unfortunately
I don't have a copy of Vista. Can you supply your UA string please?

I'll reopen the bug...

Original comment by [email protected] on 2 May 2007 at 3:26

  • Changed state: Accepted
  • Added labels: Type-Defect, Priority-Medium
  • Removed labels: Type-Other, Priority-Low

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
I'm sorry that the original bug report was so obtuse. I started with "hey, IE 
event 
fix isn't working" and ended up so drilled into your code that my but report 
was 
ultra-technical. 

Fwiw, this @ rule is working well:

    "@MSIE.+win": {
        bind: function(event) {

It's just that the special code in Binding for overriding 'bind' isn't allowing 
this 
version of bind to be mixed into Event, as described above.

Here is the UA string you asked for:

Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 6.0; SLCC1; .NET CLR 2.0.50727; 
.NET 
CLR 3.0.04506; .NET CLR 1.1.4322)

Original comment by [email protected] on 2 May 2007 at 9:50

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
I think this is now fixed. Can someone test it for me? Preferably Scott. :-)

Original comment by [email protected] on 19 Jun 2007 at 7:23

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024
This is now fixed.

Original comment by [email protected] on 3 Jul 2007 at 8:36

  • Changed state: Fixed

from base2.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 30, 2024

Original comment by [email protected] on 14 Jul 2007 at 6:59

  • Added labels: Browser-MSIE, Module-base2.DOM

from base2.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.