Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » RCP Testing Tool » When pressing the Finish button in the Wizard, it may be pressed multiple times
When pressing the Finish button in the Wizard, it may be pressed multiple times [message #1857307] Mon, 30 January 2023 06:23
panda mkk is currently offline panda mkkFriend
Messages: 38
Registered: April 2022
Member
RCPTT version is 2.5.4
Eclipse version is 2022-12

This is a very strange problem.
Open a Wizard through a script and press the Finish button,
Similar to the following script

get-view "Package Explorer" | get-tree | select todo | get-menu -path "Run As/1 Run on Server" | click
with [get-window "Run On Server"] {
get-tree | select "localhost/Tomcat v9.0 Server at localhost"
get-button Finish | click
}

Under normal circumstances, this script will start Tomcat.
But now Tomcat has been opened many times, and the progress bar will always be loaded...(Then there will be errors such as the port being occupied. Although the button was only pressed once, the operation after the button was actually executed multiple times)

Similar issues exist with exports, which have been exported multiple times


In addition, there is also this issue in eclipse 2023-03, but it is not in eclipse 2022-03. I am not sure if this is a problem with RCPTT or Eclipse, but manual operation is normal in Eclipse
It seems to be related to this
https://bugs.eclipse.org/bugs/show_bug.cgi?id=581339

[Updated on: Tue, 25 April 2023 06:16]

Report message to a moderator

Previous Topic:Whether it is allowed to skip the assertions continue to run when the assertion fails
Next Topic:RCPTT - WindowBuilder
Goto Forum:
  


Current Time: Sat May 04 04:22:57 GMT 2024

Powered by FUDForum. Page generated in 0.03329 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top