aachyee / google-desktop-sdk

Automatically exported from code.google.com/p/google-desktop-sdk
0 stars 0 forks source link

onclick events are removed by Designer tool. #73

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Start with existing gadget project. main.xml originally has numerous 
onclick() routines defined and referenced in main.js.
2. Upon loading gadget project, onclick code appears to be removed from 
main.xml file.  ????
3.  Strange behavior when creating a new gadget from scratch as well.

What is the expected output? What do you see instead?
I expect to have onclick() routines defined within main.xml. They are 
gone!!

What version of the product are you using? On what operating system?
 Google Designer 1.1.0708.17471.  MS XP Pro 2002 w/SP3.

Please provide any additional information below.
I have tested and received same problem on both HP laptop (new) and older 
AMD 64-bit machines.  When I edited the main.xml manually and "zipped" the 
project into a .gg, the new code works.  When using the Designer tool, the 
resulting build has no onclick handlers for any of the controls!

Thank you!

Original issue reported on code.google.com by mobijo...@gmail.com on 20 Jan 2009 at 2:49

GoogleCodeExporter commented 8 years ago
I have this problem, but the issue isn't confined to onclick(). Any attempt at 
event 
handling results in onclick(), onrclick() etc. disappearing from the Properties 
view 
in the right pane, and any event handling xml is removed on opening a gadget.

Original comment by edwardwa...@gmail.com on 26 Jan 2009 at 2:35