jilouc / jplex

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

okButtonLabel is not working.. #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
For Recreating the problem please follow this step :-

(1) Create a Dailog Box
   var first = new Dialog('demoDialog', {
                            width:200,
                            height:300,
                            maxWidth:400,
                            maxHeigth:500,
                            cancelButtonLabel:"Close",
                    okButtonLabel:"Save"
                          });
   $C('demoDialog').setBody('testBody is this');

 (2) When this Dailog will appear you can see Cancel Button Label has been
change to Close but Ok Button Label is still OK, But it has to be Save..

I found this error while using the modal box in my project...

Original issue reported on code.google.com by m.kumar1...@gmail.com on 26 Aug 2009 at 7:21

GoogleCodeExporter commented 9 years ago
Oops sorry for the delay... (i didn't receive the mail from google !)
I saw the problem, it is an old debug fix that was not removed. I shall commit 
this
as soon as I go back home (within 2 days).

TO FIX:
http://code.google.com/p/jplex/source/browse/trunk/src/jplex/components/frame/Di
alog.js#115
(s/ || true/.blank())

Original comment by loic.petit@gmail.com on 21 Oct 2009 at 10:29

GoogleCodeExporter commented 9 years ago
Fixed in rev93

Original comment by loic.petit@gmail.com on 2 Nov 2009 at 1:44

GoogleCodeExporter commented 9 years ago
Thank for the fix...
I am looking forward to it..and I will update my web application to rev93

Original comment by m.kumar1...@gmail.com on 2 Nov 2009 at 4:23