Giter VIP home page Giter VIP logo

Comments (7)

stavroskasidis avatar stavroskasidis commented on August 25, 2024 1

Released v1.10 including these changes. Thank you.

from blazorcontextmenu.

stavroskasidis avatar stavroskasidis commented on August 25, 2024

Thank you for your feedback. I can see the use case you are describing and I find it reasonable. I would however make this change be either:
a. Backwards compatible (add option to make it work on mousedown) OR
b. Make mousedown as the default but provide an option to make it work as it used to. -> (I prefer this)

If you are willing to make a fork and implement it according to the specification above then sure, I will be happy to accept your contribution.
If not, then the soonest I could work on this is during the weekend, no ETA though.

from blazorcontextmenu.

stavroskasidis avatar stavroskasidis commented on August 25, 2024

Nice project btw 👍

from blazorcontextmenu.

KristofferStrube avatar KristofferStrube commented on August 25, 2024

Thanks. 😊
I have time today and tomorrow so will give it a look.
I think approach B also sounds the best.
For this to be an option should that then be decided.
a. once for all uses in the project
b. local to a template (or default template)
c. local to every instance of the ContextMenuTrigger like:

<ContextMenuTrigger CloseOnMouseUp=true>ContextHere</ContextMenuTrigger>

Of cause, the naming is up for debate with that CloseOnMouseUp which might be confusing.

from blazorcontextmenu.

stavroskasidis avatar stavroskasidis commented on August 25, 2024

Well, since the contexmenu itself has an boolean AutoHide property, and since you can open the menu programmatically (and have it still close automatically), the new option should not be on the ContextMenuTrigger.

Suggestion:
I think a simple enum property, something like AutoHideEvent on the ContextMenu component will suffice for now

public enum AutoHideEvent
{
     MouseDown,  //default
     MouseUp
}

Not sure if it should be included in the template though, seems a bit like overkill. It could be added later if needed.

from blazorcontextmenu.

stavroskasidis avatar stavroskasidis commented on August 25, 2024

Merged and working on the release

from blazorcontextmenu.

KristofferStrube avatar KristofferStrube commented on August 25, 2024

No problem. Happy to help! 🎊

from blazorcontextmenu.

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.