ubala / aribaweb

Automatically exported from code.google.com/p/aribaweb
Apache License 2.0
1 stars 2 forks source link

Problem with disabling text box in AWTDataTable #92

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Consider a data table where one column is a text box
2. Set a default value for the underlying variable (I tried with an integer 
value, not sure if it will give the same problem with other types). 
3.In the awl, set the disabled attribute of the text box to false. 

What is the expected output? What do you see instead?
On the screen, the value in the text box is cleared. Elsewhere, it continues to 
reflect the value of the variable. If disabled is set to true, the value 
appears, although the box is correctly disabled.

What version of the product are you using? On what operating system?
5.0GA

Please provide any additional information below.

Original issue reported on code.google.com by thom...@gmail.com on 12 Aug 2011 at 5:36