nikhilbchilwant / google-web-toolkit-incubator

Automatically exported from code.google.com/p/google-web-toolkit-incubator
1 stars 1 forks source link

Invalid Argument exception while using com.google.gwt.widgetideas.datepicker.TimePicker #270

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What version of gwt and gwt-incubator are you using?
1.5.3
What OS and browser are you using?
Windows and IE 7
Do you see this error in hosted mode, web mode, or both?
 web mode
(If possible, please include a test case that shows the problem)

I am getting Invalid Argument exception while using
com.google.gwt.widgetideas.datepicker.TimePicker.
I have done an individual test on this Class ,
for (int i = 0;i < 10; i++)
{
  TimePicker tp = new TimePicker(new Date(),false);
}

... And the exception on IE7 is thrown after 7 TimePicker components
are created.

So why is IE have a problem creating more than 6 TimePicker
components?
Any Idea ?

Thanks,
-Tapas

What is the expected output? What do you see instead?

Workaround if you have one:

Please provide any additional information below,  and thank you for taking
the time and effort to report this issue, as good issue reports are
critical for our quest to make GWT's new widgets and libraries shine.

Original issue reported on code.google.com by tapas...@gmail.com on 27 Apr 2009 at 11:29

GoogleCodeExporter commented 8 years ago
Is there any update on this ? Can we get an analysis on this ?

Thanks,
-Tapas

Original comment by tapas...@gmail.com on 29 Apr 2009 at 4:42