Home » Archived » EGL Development Tools » Disabling DojoButtons
Disabling DojoButtons [message #902896] |
Mon, 20 August 2012 20:49  |
Eclipse User |
|
|
|
I'm am fairly new to EDT but have been working with RBD for several years. I've noticed that when a dojobutton is set to disabled it appears as you would expect but is still clickable. Before I start digging around in the javascript I was curious as to whether anyone else has experienced this behavior or if my implementation of the disabled property is causing issues, although i'm not sure how that could be the case. Thanks,
James
|
|
|
Re: Disabling DojoButtons [message #907671 is a reply to message #902896] |
Tue, 04 September 2012 04:43   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907674 is a reply to message #902896] |
Tue, 04 September 2012 04:45   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907687 is a reply to message #902896] |
Tue, 04 September 2012 04:49   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907694 is a reply to message #902896] |
Tue, 04 September 2012 04:50   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907700 is a reply to message #902896] |
Tue, 04 September 2012 04:43   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907701 is a reply to message #902896] |
Tue, 04 September 2012 04:45   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907719 is a reply to message #902896] |
Tue, 04 September 2012 04:43   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907720 is a reply to message #902896] |
Tue, 04 September 2012 04:45   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907721 is a reply to message #902896] |
Tue, 04 September 2012 04:49   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907722 is a reply to message #902896] |
Tue, 04 September 2012 04:50   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907736 is a reply to message #902896] |
Tue, 04 September 2012 05:01   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907747 is a reply to message #902896] |
Tue, 04 September 2012 04:43   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907748 is a reply to message #902896] |
Tue, 04 September 2012 04:45   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907749 is a reply to message #902896] |
Tue, 04 September 2012 04:49   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907750 is a reply to message #902896] |
Tue, 04 September 2012 04:50   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907768 is a reply to message #902896] |
Tue, 04 September 2012 04:43   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907769 is a reply to message #902896] |
Tue, 04 September 2012 04:45   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907770 is a reply to message #902896] |
Tue, 04 September 2012 04:49   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907771 is a reply to message #902896] |
Tue, 04 September 2012 04:50   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907772 is a reply to message #902896] |
Tue, 04 September 2012 05:01   |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907792 is a reply to message #902896] |
Tue, 04 September 2012 04:43  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907793 is a reply to message #902896] |
Tue, 04 September 2012 04:45  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907794 is a reply to message #902896] |
Tue, 04 September 2012 04:49  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907795 is a reply to message #902896] |
Tue, 04 September 2012 04:50  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907796 is a reply to message #902896] |
Tue, 04 September 2012 05:01  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907819 is a reply to message #902896] |
Tue, 04 September 2012 04:43  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907820 is a reply to message #902896] |
Tue, 04 September 2012 04:45  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907821 is a reply to message #902896] |
Tue, 04 September 2012 04:49  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907822 is a reply to message #902896] |
Tue, 04 September 2012 04:50  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907823 is a reply to message #902896] |
Tue, 04 September 2012 05:01  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907847 is a reply to message #902896] |
Tue, 04 September 2012 04:43  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907848 is a reply to message #902896] |
Tue, 04 September 2012 04:45  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907849 is a reply to message #902896] |
Tue, 04 September 2012 04:49  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907850 is a reply to message #902896] |
Tue, 04 September 2012 04:50  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907851 is a reply to message #902896] |
Tue, 04 September 2012 05:01  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907877 is a reply to message #902896] |
Tue, 04 September 2012 04:43  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect at https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907878 is a reply to message #902896] |
Tue, 04 September 2012 04:45  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907879 is a reply to message #902896] |
Tue, 04 September 2012 04:49  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907880 is a reply to message #902896] |
Tue, 04 September 2012 04:50  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907881 is a reply to message #902896] |
Tue, 04 September 2012 05:01  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Re: Disabling DojoButtons [message #907909 is a reply to message #902896] |
Tue, 04 September 2012 04:49  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907910 is a reply to message #902896] |
Tue, 04 September 2012 04:50  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
|
Re: Disabling DojoButtons [message #907911 is a reply to message #902896] |
Tue, 04 September 2012 05:01  |
Eclipse User |
|
|
|
Hi James,
I have reproduced the problem. I would believe it is a defect.
Here is a simple sample I tested.
handler buttonDisableTest type RUIhandler{initialUI =[ui
], onConstructionFunction = start, cssFile = "css/DOJO_APP.css", title = "index"}
ui GridLayout{columns = 3, rows = 4, cellPadding = 4, children = [ Button ]};
Button DojoButton{ layoutData = new GridLayoutData{ row = 1, column = 2 }, text = "Button",
disabled = true, onClick ::= Button_onClick };
function start()
end
function Button_onClick(event Event in)
syslib.writeStdout("clicked");
end
end
I have opened a defect https://bugs.eclipse.org/bugs/show_bug.cgi?id=388725 and refer it to this page.
Thanks for the reporting.
|
|
| |
Goto Forum:
Current Time: Fri Apr 18 20:01:24 EDT 2025
Powered by FUDForum. Page generated in 0.08027 seconds
|