Created attachment 37593 [details] pointer on blank test plan area Hello, If the pointer hovers on any Test plan element where the Comment section is blank, a blank comment tooltip is visible. The same happens if the pointer hovers on an empty test plan area. It lasts for a few seconds then disappears. This was not happening in version 5.3. The tooltip should be visible only if the pointer hovers on the commented element. Check the provided images. Jmeter 5.4.1 c7f309f Microsoft Windows 10 Pro 64-bit java version "1.8.0_251"
Created attachment 37594 [details] pointer on element
Thanks for the report. Can you test the next build from trunk or nightly? commit b8c35f1568b98bef2cc08665ed04da24d9ac329f Author: Felix Schumacher <felix.schumacher@internetallee.de> AuthorDate: Tue Dec 8 18:07:18 2020 +0100 Blank comment tooltip is visible Bugzilla Id: 64963 --- src/core/src/main/java/org/apache/jmeter/gui/MainFrame.java | 4 ++-- xdocs/changes.xml | 1 + 2 files changed, 3 insertions(+), 2 deletions(-)
Hi, The issue has been fixed. Behavior like in 5.3 version. Thank you. Jmeter 5.4.1 b8c35f1 Microsoft Windows 10 Pro 64-bit java version "1.8.0_251"