When pressing the Finish button in the Wizard, it may be pressed multiple times [message #1857307] |
Mon, 30 January 2023 06:23 |
panda mkk 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
|
|
|
Powered by
FUDForum. Page generated in 0.04814 seconds