Question: should I deprecate: "Menu Options" and keep only "Menu Commands"? ... [A] Yes #2460
ghiscoding
started this conversation in
General
Replies: 4 comments
|
Our app uses only the grid's built-in core functionalities. |
0 replies
|
We don't use |
0 replies
|
We don't use it as well. |
0 replies
|
ok thanks all, the answer seems pretty clear and as I expected no one really uses it. So I'll mark it as deprecated in the next release and will remove in v11 next year. Thanks everyone for the feedback |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Do anyone use the Menu Plugin
optionItemslist? I'd be surprised if anyone actually uses it, I personally never used it, and even though I'm the one who added the feature, it's a bit of a burden to maintain and now I just found out some accessibility (a11y) issues with them but I would rather not fix them. In the end, I would rather deprecate the whole thing instead. Removing this would simplify the code and that would be a lot less code to maintain on my end... but if you do use it, then I need to know!For a code sample of what this feature looks like in Cell Menu/Context Menu, for a quick summary, we can have 2 separate lists (commands & options), the options list looks like this:
For an Option only list, we can see that in Example 24, we use
optionsto build the list below, but we could have also used thecommandslist instead.So do anyone use this? If not, I'll deprecate it and then remove it next year v11. If there are some developers who use it, then I guess I'll have to fix the a11y issues around this feature... but again I would rather get rid of it completely.
I'm tagging a few names, but I'm basically asking every users of SlickGrid... @jr01 @zewa666 @jano-kucera @wscherphof @anton-gustafsson @mcallegario
Please provide any objection below or thumbs up if you agree, thanks
All reactions