Re: Found bug in Gwt 1.5.3 History class

2008-12-22 Thread Rinku

Hi Arthur,
I have a problem with both; browser's back button and History.back().


On Dec 18, 7:12 pm, "Arthur Kalmenson"  wrote:
> Oh, nevermind, there's already an 
> issue:http://code.google.com/p/google-web-toolkit/issues/detail?id=624
>
> It looks like it'll be fixed in GWT 1.6.
>
> --
> Arthur Kalmenson
>
> On Thu, Dec 18, 2008 at 9:10 AM, Arthur Kalmenson  
> wrote:
> > Hmm, do you have problems when you use the browser's back button or is
> > only a problem when you call History.back() programmatically? I'd file
> > a bug report in the GWT issue tracker
> >http://code.google.com/p/google-web-toolkit/issues/list
>
> > --
> > Arthur Kalmenson
>
> > On Thu, Dec 18, 2008 at 1:02 AM, Rinku  wrote:
>
> >> Can anybody help me to solve this bug ?
>
> >> On Dec 17, 11:21 am, Rinku  wrote:
> >>> Please pay attention to this bug.
>
> >>> The similar bug is reported in this thread 
> >>> :-http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> >>> On Dec 16, 3:33 pm, Rinku  wrote:
>
> >>> > Hi,
> >>> > I am using FileUploadWidget, when ever I am uploading more that one
> >>> > files with file upload widget, History.back() is not working. It is
> >>> > not calling onHistoryChanged(String token) method.
>
> >>> > If I am using uploading one file from FileUploadWidget then
> >>> > History.back() is working fine.
> >>> > What is issue ?
> >>> > Please help me to solve this bug.
>
> >>> > Thanks,
> >>> > Ashish Kushwaha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Found bug in Gwt 1.5.3 History class

2008-12-18 Thread Arthur Kalmenson

Oh, nevermind, there's already an issue:
http://code.google.com/p/google-web-toolkit/issues/detail?id=624

It looks like it'll be fixed in GWT 1.6.

--
Arthur Kalmenson



On Thu, Dec 18, 2008 at 9:10 AM, Arthur Kalmenson  wrote:
> Hmm, do you have problems when you use the browser's back button or is
> only a problem when you call History.back() programmatically? I'd file
> a bug report in the GWT issue tracker
> http://code.google.com/p/google-web-toolkit/issues/list
>
> --
> Arthur Kalmenson
>
>
>
> On Thu, Dec 18, 2008 at 1:02 AM, Rinku  wrote:
>>
>> Can anybody help me to solve this bug ?
>>
>> On Dec 17, 11:21 am, Rinku  wrote:
>>> Please pay attention to this bug.
>>>
>>> The similar bug is reported in this thread 
>>> :-http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>>>
>>> On Dec 16, 3:33 pm, Rinku  wrote:
>>>
>>> > Hi,
>>> > I am using FileUploadWidget, when ever I am uploading more that one
>>> > files with file upload widget, History.back() is not working. It is
>>> > not calling onHistoryChanged(String token) method.
>>>
>>> > If I am using uploading one file from FileUploadWidget then
>>> > History.back() is working fine.
>>> > What is issue ?
>>> > Please help me to solve this bug.
>>>
>>> > Thanks,
>>> > Ashish Kushwaha
>> >>
>>
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Found bug in Gwt 1.5.3 History class

2008-12-18 Thread Arthur Kalmenson

Hmm, do you have problems when you use the browser's back button or is
only a problem when you call History.back() programmatically? I'd file
a bug report in the GWT issue tracker
http://code.google.com/p/google-web-toolkit/issues/list

--
Arthur Kalmenson



On Thu, Dec 18, 2008 at 1:02 AM, Rinku  wrote:
>
> Can anybody help me to solve this bug ?
>
> On Dec 17, 11:21 am, Rinku  wrote:
>> Please pay attention to this bug.
>>
>> The similar bug is reported in this thread 
>> :-http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>>
>> On Dec 16, 3:33 pm, Rinku  wrote:
>>
>> > Hi,
>> > I am using FileUploadWidget, when ever I am uploading more that one
>> > files with file upload widget, History.back() is not working. It is
>> > not calling onHistoryChanged(String token) method.
>>
>> > If I am using uploading one file from FileUploadWidget then
>> > History.back() is working fine.
>> > What is issue ?
>> > Please help me to solve this bug.
>>
>> > Thanks,
>> > Ashish Kushwaha
> >
>

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Found bug in Gwt 1.5.3 History class

2008-12-17 Thread Rinku

Can anybody help me to solve this bug ?

On Dec 17, 11:21 am, Rinku  wrote:
> Please pay attention to this bug.
>
> The similar bug is reported in this thread 
> :-http://groups.google.com/group/Google-Web-Toolkit/browse_thread/threa...
>
> On Dec 16, 3:33 pm, Rinku  wrote:
>
> > Hi,
> > I am using FileUploadWidget, when ever I am uploading more that one
> > files with file upload widget, History.back() is not working. It is
> > not calling onHistoryChanged(String token) method.
>
> > If I am using uploading one file from FileUploadWidget then
> > History.back() is working fine.
> > What is issue ?
> > Please help me to solve this bug.
>
> > Thanks,
> > Ashish Kushwaha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Found bug in Gwt 1.5.3 History class

2008-12-16 Thread Rinku

Please pay attention to this bug.

The similar bug is reported in this thread :-
http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/deed65e63d12aea3/f654432e3a2be126?lnk=gst&q=History.back+issue#f654432e3a2be126

On Dec 16, 3:33 pm, Rinku  wrote:
> Hi,
> I am using FileUploadWidget, when ever I am uploading more that one
> files with file upload widget, History.back() is not working. It is
> not calling onHistoryChanged(String token) method.
>
> If I am using uploading one file from FileUploadWidget then
> History.back() is working fine.
> What is issue ?
> Please help me to solve this bug.
>
> Thanks,
> Ashish Kushwaha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Found bug in Gwt 1.5.3 History class

2008-12-16 Thread Rinku

Hi,
I am using FileUploadWidget, when ever I am uploading more that one
files with file upload widget, History.back() is not working. It is
not calling onHistoryChanged(String token) method.

If I am using uploading one file from FileUploadWidget then
History.back() is working fine.
What is issue ?
Please help me to solve this bug.

Thanks,
Ashish Kushwaha
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---