Giter Site home page Giter Site logo

Comments (5)

holydos avatar holydos commented on June 27, 2024

Update:when set
super.hide(autoClosed, false, false)
actions of context menu items not works, now i trying to make it works correctly

Update 2:
If i set animation false and do click on menuitem - POST is not sending from client. Otherwise if animation enabled - it`s ok, POSTs are sending to server.
I think problem in POSTs - menuitem click event sends to server with animation event. If animation disabled -POSTs not sending, so actions disabled too.

from context-menu.

sirbris avatar sirbris commented on June 27, 2024

Any news on that one? When the contextMenu is open and I right-click again somewhere else, it stays closed after a short open/close animation... could you fix that behaviour?

from context-menu.

holydos avatar holydos commented on June 27, 2024

Issue still actual

from context-menu.

sevenzebras avatar sevenzebras commented on June 27, 2024

The Problem still exists at least for GridContextMenu in Version 2.0.0/Vaadin 8.3.3. If you „close“ the context-menu by right clicking another row in the same grid, the context menu opens only every second time.
Tested in IE 11 and Firefox ESR 52.7.3

from context-menu.

OlliTietavainenVaadin avatar OlliTietavainenVaadin commented on June 27, 2024

I can confirm that overriding the hide method in MyVOverlay as above
(@Override public void hide(boolean autoClosed) { super.hide(autoClosed, false, false); })
seems to fix issue, although the downside is that the animations are then disabled, so it's not a suitable fix for the add-on itself.

from context-menu.

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.