Git Product home page Git Product logo

Comments (20)

dankurka avatar dankurka commented on July 20, 2024

Reported by gwt.team.vli on 2006-09-15 23:26:51

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by gwt.team.vli on 2006-09-15 23:28:06

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by gwt.team.vli on 2006-09-15 23:35:35

  • Status changed: New

from gwt.

dankurka avatar dankurka commented on July 20, 2024
Additional discussion:
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/4f673533a143adf7

Reported by gwt.team.vli on 2006-09-24 04:37:24

  • Labels removed: Release-1.1.10

from gwt.

dankurka avatar dankurka commented on July 20, 2024
+1

Reported by treeder on 2006-10-06 17:58:11

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by gwt.team.jgw on 2006-11-15 19:04:10

  • Status changed: Accepted

from gwt.

dankurka avatar dankurka commented on July 20, 2024
not being able to cancel events easily also screws with drag and drop because the mouse
move events wind up 
being propagated all the way to the browser window.

Reported by rbpasker on 2006-11-25 18:09:43

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by gwt.team.bruce on 2007-01-22 21:36:07

  • Labels added: Category-UI

from gwt.

dankurka avatar dankurka commented on July 20, 2024
test

Reported by metalsliver on 2007-04-06 09:22:50

from gwt.

dankurka avatar dankurka commented on July 20, 2024
+1

Reported by chungwu on 2007-04-11 17:10:34

from gwt.

dankurka avatar dankurka commented on July 20, 2024
My +1 and,

I think #535 is much relevant to this one.

Reported by ankostis on 2007-05-08 09:04:37

from gwt.

dankurka avatar dankurka commented on July 20, 2024
When is GWT thinking of solving this issue? Could you guys give an hint as to which
release would contain the fix for this?
You can also provide any workaround that you have for this issue?

Reported by rohitsghatol on 2007-08-06 06:45:28

from gwt.

dankurka avatar dankurka commented on July 20, 2024
我 文网文

Reported by haohao.frank on 2007-08-09 04:00:40

from gwt.

dankurka avatar dankurka commented on July 20, 2024
huh?

Reported by liangbrian on 2007-08-28 20:42:22

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by [email protected] on 2008-04-08 16:08:22

  • Labels added: Milestone-Planned

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by [email protected] on 2008-04-08 16:08:37

from gwt.

dankurka avatar dankurka commented on July 20, 2024
I been using DOM.eventCancelBuble / DOM.eventPreventDefault with 
DOM.eventGetCurrentEvent and it works perfect here IE7, ff2 and ff3 RC1.

Just need to override onBrowswerEvent... 

There is also DOM.addEventPreview wich can be used to monitor event, combined with

eventGetCurrentTarget it's very handy... 

Reported by hugo.veillette on 2008-05-28 14:54:05

from gwt.

dankurka avatar dankurka commented on July 20, 2024
There has actually been a mechanism for this for some time:

  Event.getCurrentEvent().cancelBubble(true);              // In 1.4 and earlier
  DOM.eventCancelBubble(DOM.eventGetCurrentEvent(), true); // In 1.5

Reported by [email protected] on 2008-08-11 21:47:21

  • Status changed: Fixed
  • Labels removed: Milestone-Planned

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by [email protected] on 2009-10-09 14:18:15

  • Labels added: Milestone-1_5_Final

from gwt.

dankurka avatar dankurka commented on July 20, 2024

Reported by [email protected] on 2011-02-09 00:16:54

  • Labels added: Milestone-1_5-Final
  • Labels removed: Milestone-1_5_Final

from gwt.

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.