Re: SuggestBox doesnt work in IE 6

2010-02-01 Thread Thomas Broyer

On Feb 1, 8:22 am, forewar fore...@gmail.com wrote:
 When I try to show suggestion list in Internet Explorer 6, I just get
 Javascrpt error Invalid class string and suggestion list doesnt
 appear of
 course. IE7 and all other browsers work fine.

 AsyncCallbackArrayList callback = new AsyncCallbackArrayList() {
           public void onSuccess(ArrayList result){
             ...
             // my function works fine
             SuggestBox sbb = getSuggestBoxByElementId
 (innerSuggesterId);
             // suggestbox value and 'success1' appear successfully
             Window.alert(sbb.getValue());
             Window.alert(success1);
             sbb.showSuggestionList();
             // alert 'success2' never appears
             Window.alert(success2);
           }
             ...

 This problem also occures even in GWT 
 examples.http://gwt.google.com/samples/Showcase/Showcase.html#CwSuggestBox
 Their
 suggestBox doesnt work in my IE6

 I also created an 
 issuehttp://code.google.com/p/google-web-toolkit/issues/detail?id=4544
 but havent got the solution yet. Does someone have the same problem?
 Are there any ways to fix it?

Showcase works OK in the IE6 that ships in Microsoft's Virtual PC IE
Compatibility images, so it's likely an issue in *your* IE6, maybe a
plugin?
http://go.microsoft.com/fwlink?LinkID=70868

(also noteworthy, we have an app deployed in production for more than
a year, compiled with GWT 1.5, 1.7 and now 2.0, used *exclusively*
with IE6, and no-one ever reported an issue with our SuggestBoxes)

-- 
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-tool...@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: SuggestBox doesnt work in IE 6

2010-02-01 Thread Bogdan Maryniuck
Screw MSIE 6. It is not supported anymore neither by Microsoft, nor by Google.


On Mon, Feb 1, 2010 at 4:22 PM, forewar fore...@gmail.com wrote:
 When I try to show suggestion list in Internet Explorer 6, I just get
 Javascrpt error Invalid class string and suggestion list doesnt
 appear of
 course. IE7 and all other browsers work fine.

 AsyncCallbackArrayList callback = new AsyncCallbackArrayList() {
          public void onSuccess(ArrayList result){
            ...
            // my function works fine
            SuggestBox sbb = getSuggestBoxByElementId
 (innerSuggesterId);
            // suggestbox value and 'success1' appear successfully
            Window.alert(sbb.getValue());
            Window.alert(success1);
            sbb.showSuggestionList();
            // alert 'success2' never appears
            Window.alert(success2);
          }
            ...

 This problem also occures even in GWT examples.
 http://gwt.google.com/samples/Showcase/Showcase.html#CwSuggestBox
 Their
 suggestBox doesnt work in my IE6

 I also created an issue 
 http://code.google.com/p/google-web-toolkit/issues/detail?id=4544
 but havent got the solution yet. Does someone have the same problem?
 Are there any ways to fix it?

 --
 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-tool...@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.





-- 
bo

-- 
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-tool...@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.



SuggestBox doesnt work in IE 6

2010-01-31 Thread forewar
When I try to show suggestion list in Internet Explorer 6, I just get
Javascrpt error Invalid class string and suggestion list doesnt
appear of
course. IE7 and all other browsers work fine.

AsyncCallbackArrayList callback = new AsyncCallbackArrayList() {
  public void onSuccess(ArrayList result){
...
// my function works fine
SuggestBox sbb = getSuggestBoxByElementId
(innerSuggesterId);
// suggestbox value and 'success1' appear successfully
Window.alert(sbb.getValue());
Window.alert(success1);
sbb.showSuggestionList();
// alert 'success2' never appears
Window.alert(success2);
  }
...

This problem also occures even in GWT examples.
http://gwt.google.com/samples/Showcase/Showcase.html#CwSuggestBox
Their
suggestBox doesnt work in my IE6

I also created an issue 
http://code.google.com/p/google-web-toolkit/issues/detail?id=4544
but havent got the solution yet. Does someone have the same problem?
Are there any ways to fix it?

-- 
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-tool...@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.