Coder Social home page Coder Social logo

Comments (8)

mwcampbell avatar mwcampbell commented on May 21, 2024

The problem seems to be that SC.Button calls the designated action method in response to the mouseUp event, not the click event. The click event is synthesized when Space is pressed while the button has focus; this apparently is not so for the mouseUp event. So why is the action performed in response to mouseUp rather than click?

from ember.js.

mwcampbell avatar mwcampbell commented on May 21, 2024

I forgot to mention that I only tested this on Windows.

from ember.js.

bspaulding avatar bspaulding commented on May 21, 2024

Just tested this in Chrome 16 on OSX 10.7.2, same issue.

from ember.js.

bspaulding avatar bspaulding commented on May 21, 2024

Sorry for the mess, guys. I'm new to the pull request thing. :/

from ember.js.

MSch avatar MSch commented on May 21, 2024

What I don't understand is why Ember needs to reimplement native behavior instead of just using the click event?

from ember.js.

bspaulding avatar bspaulding commented on May 21, 2024

I agree, it seems more reasonable to expect the target's action to be triggered on the click event, rather than the mouseUp.

The unit tests for Ember.Button actually simulate this behavior via mouse down/up rather than click.

I'm working on a pull request to maintain other current behavior, but move the triggerAction call into the click handler. This will include updating the tests to simulate the different event.

from ember.js.

bspaulding avatar bspaulding commented on May 21, 2024

However, I think its still reasonable to mimic 'isActive' behavior for mouse up/down on key up/down, (at least when key is space).

from ember.js.

tomdale avatar tomdale commented on May 21, 2024

This should be fixed now that we use click().

from ember.js.

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.