nijogeorgep / smartgwt

Automatically exported from code.google.com/p/smartgwt
0 stars 0 forks source link

SC.ask(String, String, BooleanCallback, Dialog) #510

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
The above method doesn't handle the dialog-attribute as the other methods 
(warn, askForValue) in the same class correctly. This means that the 
dialog-parameter doesn't change anything. The problem is that in class SC in 
line ~170 
 var dialogPropertiesJS = 
dialogProperties.@com.smartgwt.client.widgets.Dialog::getConfig()(); 

the variable 'dialogPropertiesJS' is created (as in the other methods), but 
then 'dialogProperties' is used instead (2 occurrences)

What steps will reproduce the problem?
1. Execute test case

What is the expected output? What do you see instead?
After clicking on button, the created dialog should have a background in the 
example.

What version of the product are you using? On what operating system?
SmartGwt LGPL 2.3 Nightly

Original issue reported on code.google.com by kaneiderdaniel on 10 Sep 2010 at 1:53

Attachments:

GoogleCodeExporter commented 8 years ago
Fixed in SVN, thanks.

Original comment by sanjiv.j...@gmail.com on 12 Sep 2010 at 3:19

GoogleCodeExporter commented 8 years ago
Issue 499 has been merged into this issue.

Original comment by sanjiv.j...@gmail.com on 12 Sep 2010 at 12:18

GoogleCodeExporter commented 8 years ago

Original comment by smartgwt...@gmail.com on 21 Dec 2010 at 9:27