My favorites | Sign in
Google
       
Details: Show all Hide all

Older

  • Dec 22, 2008
    issue 65 (Calling DataSource..setTestData() post component creation) reported   -   What steps will reproduce the problem? 1. Render a grid from a data source 2. Call setTestData() on the data source after the grid has been created. What is the expected output? What do you see instead? Grid should load the new data. Instead this operation throws an error that setTestData cannot be called after related component has been created. What version of the product are you using? On what operating system? 1.0b1
    What steps will reproduce the problem? 1. Render a grid from a data source 2. Call setTestData() on the data source after the grid has been created. What is the expected output? What do you see instead? Grid should load the new data. Instead this operation throws an error that setTestData cannot be called after related component has been created. What version of the product are you using? On what operating system? 1.0b1
  • Dec 22, 2008
    issue 64 (Calling event.getCharacterValue() throws a hosted mode excep...) reported   -   What steps will reproduce the problem? 1. Following code: combo.addKeyPressHandler(new KeyPressHandler(){ public void onKeyPress(KeyPressEvent event) { if(event.getCharacterValue() == 32) System.out.println("space"); } }); What is the expected output? What do you see instead? In case of non-printable characters, this method should at least return 0 or a negative number. It results in this exception: Uncaught JavaScript exception [com.google.gwt.dev.shell.HostedModeException: Expected primitive type int; actual value was undefined at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:51) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeInt(ModuleSpace.java:206) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeInt(JavaScriptHost.java:75) at com.smartgwt.client.widgets.form.fields.events.KeyPressEvent.getCharacterValue(KeyPressEvent.java) What version of the product are you using? On what operating system? 1.0b1 on Vista Business 32-bit. GWT version 1.5.3
    What steps will reproduce the problem? 1. Following code: combo.addKeyPressHandler(new KeyPressHandler(){ public void onKeyPress(KeyPressEvent event) { if(event.getCharacterValue() == 32) System.out.println("space"); } }); What is the expected output? What do you see instead? In case of non-printable characters, this method should at least return 0 or a negative number. It results in this exception: Uncaught JavaScript exception [com.google.gwt.dev.shell.HostedModeException: Expected primitive type int; actual value was undefined at com.google.gwt.dev.shell.JsValueGlue.get(JsValueGlue.java:51) at com.google.gwt.dev.shell.ModuleSpace.invokeNativeInt(ModuleSpace.java:206) at com.google.gwt.dev.shell.JavaScriptHost.invokeNativeInt(JavaScriptHost.java:75) at com.smartgwt.client.widgets.form.fields.events.KeyPressEvent.getCharacterValue(KeyPressEvent.java) What version of the product are you using? On what operating system? 1.0b1 on Vista Business 32-bit. GWT version 1.5.3
  • Nov 06, 2008
    r261 (throws errors during checkout. possibly due to the uppercase...) committed   -   throws errors during checkout. possibly due to the uppercase extension. I will delete this file, checkout, add file with lowercase and commit.
    throws errors during checkout. possibly due to the uppercase extension. I will delete this file, checkout, add file with lowercase and commit.