You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2021/04/10 17:58:14 UTC

[Bug 65232] New: Hide splash screen, when loading the test plan fails

https://bz.apache.org/bugzilla/show_bug.cgi?id=65232

            Bug ID: 65232
           Summary: Hide splash screen, when loading the test plan fails
           Product: JMeter
           Version: Nightly (Please specify date)
          Hardware: All
                OS: All
            Status: NEW
          Severity: minor
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: felix.schumacher@internetallee.de
  Target Milestone: JMETER_5.5

Created attachment 37807
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=37807&action=edit
Hide splash screen when displaying an error messae

When JMeter is started with an invalid test plan in a graphical environment, it
will display the error message behind the splash screen. Further the splash
screen will not be closed until the user acknowledges the error message (which
is hard to read).

An easy solution would be to hide the splash screen before the error message is
displayed. (easy as long as the error is displayed by the JMeter class itself.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65232] Hide splash screen, when loading the test plan fails

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65232

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEEDINFO                    |RESOLVED

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 65232] Hide splash screen, when loading the test plan fails

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=65232

Felix Schumacher <fe...@internetallee.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |NEEDINFO
           Keywords|                            |FixedInTrunk

--- Comment #1 from Felix Schumacher <fe...@internetallee.de> ---
@Tong Sun, could you test the next nightly or build from trunk and report back,
if it fixes your problem?

commit a75fc427de8ce6ce80d3f39e955dda9c68d01483
Author: Felix Schumacher <fe...@internetallee.de>
AuthorDate: Sat Apr 10 19:59:54 2021 +0200

    Hide splash screen when an error is displayed

    When the test plan could not be parsed on startup, the splash
    screen would hide it. So close it.

    Bugzilla Id: 65232
---
 src/core/src/main/java/org/apache/jmeter/JMeter.java | 2 ++
 xdocs/changes.xml                                    | 1 +
 2 files changed, 3 insertions(+)

-- 
You are receiving this mail because:
You are the assignee for the bug.