User can't find the difference between disabled & uneditable textarea & its scrollbar . The same can be observed for disabled & enabled list's scrollbar. When the user wants to view the contents of the textarea, which is disabled & try to click on the scrollbar , no action takes place. But where as the user can easily find the difference between the disable & enabled list.
Step to reproduce:
------------------
1) Run the attached program.
2) Observe the textareas, ideally you can't find the difference between the two textarea.
the first textarea is disabled ( setEnabled(false)), the second textarea is enabled.
Even observe there scrollbar , they look alike. If you see the same then the bug is reproduce.
3) Observe the two list , you can easily find the difference between disabled & enabled list, but the scrollbar of those list look the same.
The textarea behaviour differs from build to build in mustang b20 onwards. In MToolkit we can find the difference between disabled & enabled textarea , list & its scrollbar.
I tested this in Mustang b104 & jdk7 b05.
Step to reproduce:
------------------
1) Run the attached program.
2) Observe the textareas, ideally you can't find the difference between the two textarea.
the first textarea is disabled ( setEnabled(false)), the second textarea is enabled.
Even observe there scrollbar , they look alike. If you see the same then the bug is reproduce.
3) Observe the two list , you can easily find the difference between disabled & enabled list, but the scrollbar of those list look the same.
The textarea behaviour differs from build to build in mustang b20 onwards. In MToolkit we can find the difference between disabled & enabled textarea , list & its scrollbar.
I tested this in Mustang b104 & jdk7 b05.
- relates to
-
JDK-6362024 The text in the choice is invisible if the choice is disabled / background color is black, XAWT
-
- Open
-
-
JDK-5092883 REGRESSION: SystemColor class gives back wrong values under Linux
-
- Resolved
-
-
JDK-6354810 Items in the list are not grayed out when disabled, XToolkit
-
- Closed
-
-
JDK-6513478 AWT Scrollbar doesn't get grayed out if disabled
-
- Closed
-