application:findMenuItem(itemPattern,isRegex=false) doesn't use isRegex flag when itemPattern is a path (array of strings). Ideally it should consider the last item in the path a regex if isRegex=true.
|
foundItem = _findmenuitembypath(L, app.elementRef, path); |