<html><head><meta http-equiv="Content-Type" content="text/html; charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Hi Sergey,<div class=""><br class=""></div><div class="">I looked into your suggestion again and found that it is possible to use MenuKeyListener inside ToolTipManager without new event generation. So I updated the fix based on your recommendation. Please find the new version here: <a href="http://cr.openjdk.java.net/~dmarkov/8225505/webrev.02/" class="">http://cr.openjdk.java.net/~dmarkov/8225505/webrev.02/</a></div><div class=""><br class=""></div><div class="">Thanks,</div><div class="">Dmitry<br class=""><div><br class=""><blockquote type="cite" class=""><div class="">On 2 Aug 2019, at 23:57, Sergey Bylokhov <<a href="mailto:sergey.bylokhov@oracle.com" class="">sergey.bylokhov@oracle.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">Hi, Dmitry.<br class=""><br class=""><blockquote type="cite" class="">Yes, it is possible to get the same result using the approach you<br class="">mentioned. Unfortunately registration of MenuKeyListener inside<br class="">ToolTipManager is not enough. Also we need to generate new<br class="">MenuKeyEvent with proper source (component) to let the tooltip manager<br class="">know for which menu element tooltip text should be displayed/hidden<br class="">(similar thing I did in my proposal, see processToolTipKeyEvent()<br class="">method). <br class="">I am sorry but I do not think we have to implement such solution since<br class="">generation of new events is still necessary plus implementation of<br class="">MenuKeyListener is required.<br class=""></blockquote><br class="">Are you sure that the new events a necessary? It will be be really good to implement the fix w/o such events. We cannot sent keyEvents since we never do it before, and it will be good not to sent new MenuKeyEvent. Are you sure that an existed MenuKeyEvent event does not have enough information?(It has the component, path and current MenuSelectionManager).</div></div></blockquote></div><br class=""></div></body></html>