-
Bug
-
Resolution: Fixed
-
P4
-
5.0
-
beta
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2116818 | 5.0u3 | Alexander Potochkin | P4 | Closed | Won't Fix |
Stop button in ProgressBar demo(SwingSet2) is enabled when u click start button.
Steps to reproduce:
--------------------
1) Run SwingSet2 demo.
2) Go to ProgressBar Demo.
3) Click Start Loading Text.
4) Wait till the text loading is complete.
5)Notice that the stop button is enabled till the loading is complete.
6) Once the loading is complete, the stop button is disabled and start button id enabled.
7)Now click Start loading button.
8) Note that the Stop button is enabled and then disabled. It happens very fast so looks like a flicker.
9) Also clicking the start button does nothing. It can some time be confusing for the user.
This happens in all the L&F and on all platforms.
Steps to reproduce:
--------------------
1) Run SwingSet2 demo.
2) Go to ProgressBar Demo.
3) Click Start Loading Text.
4) Wait till the text loading is complete.
5)Notice that the stop button is enabled till the loading is complete.
6) Once the loading is complete, the stop button is disabled and start button id enabled.
7)Now click Start loading button.
8) Note that the Stop button is enabled and then disabled. It happens very fast so looks like a flicker.
9) Also clicking the start button does nothing. It can some time be confusing for the user.
This happens in all the L&F and on all platforms.
- backported by
-
JDK-2116818 Stop button in ProgressBar demo is enabled after when u click start button
- Closed