GithubHelp home page GithubHelp logo

v-on and 'return false' about discussion HOT 5 CLOSED

vuejs avatar vuejs commented on May 5, 2024
v-on and 'return false'

from discussion.

Comments (5)

yyx990803 avatar yyx990803 commented on May 5, 2024

v-on passes your handler return value on to the raw event handler, so the result will be consistent with the browser behavior.

from discussion.

gaydenko avatar gaydenko commented on May 5, 2024

I guess, this contract is accepted by jQuery and others libs/frameworks (just as type saver).
Sorry, I don't see a reason of passing return value further. I was sure an event handler is just a case of side effect. Am I wrong?

from discussion.

yyx990803 avatar yyx990803 commented on May 5, 2024

Your handler will be wrapped inside another function (which is the actual listener attached to the DOM), and this wrapper function returns whatever is returned from your handler function.

In general, I try to keep Vue handlers' behavior consistent with native behavior, because not everyone expects Vue to work like jQuery.

from discussion.

gaydenko avatar gaydenko commented on May 5, 2024

I guess the contract is shared by almost all widely used frameworks (probably jQuery was just a source of the agreement). OK, closing. I"m agree, the intention to have more clearness is almost always the best :)

from discussion.

gaydenko avatar gaydenko commented on May 5, 2024

Just for information. It is funny, suggested behavior isn't a common practice only, it is an official recommendation also. From here [1]:

"If return value is a Web IDL boolean false value, then cancel the event."

So it is browsers who are still lazy to implement both standard de facto and official recommendations. OTOH as far as browsers (still) treat event handler as pure side effect, any selected behavior will be consistent with this browsers' treatment.

[1] http://www.w3.org/html/wg/drafts/html/master/webappapis.html#the-event-handler-processing-algorithm

from discussion.

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.