Re: Google Chrome & GWT

2008-09-08 Thread El Cucurucho

Cool, I'm glad it's not just me experiencing this problem. Are you
able to link me to the issues you created in the bugtrackers? I'd like
to be able to keep track of them.

On Sep 7, 5:48 pm, dflorey <[EMAIL PROTECTED]> wrote:
> I experienced the same issue and already opened an issue in both gwt
> andchromebugtracker. In my app it's absolutely random if StackPanel
> works onChrome. If I change some of the content, it suddenly works
> and vice versa. No idea, I guess it's a timing/event problem.
>
> On 5 Sep., 04:34, El Cucurucho <[EMAIL PROTECTED]> wrote:
>
> > Ian,
>
> > I managed to replicate the problem I'm having with StackPanel in
> >chromeonhttp://examples.roughian.com
>
> > It's difficult to provide exact steps to replicate the problem, as I
> > managed to encounter the problem by trying many different things.
> > However, I was unable to replicate it by following exact steps that
> > had previously led to the problem. But to give you a rough idea, you
> > should be able to see what's happening by first going to the
> > StackPanel, selecting 'Two', then spend some time playing with other
> > panels, widgets and listeners. After doing that for some time, return
> > to the StackPanel, and you may find that it will not switch between
> > subpanels. It will probably take a few attempts to break it, but there
> > is definitely a problem there. I'd like it if a few other people could
> > check it out, and maybe help find the cause so that I can submit it to
> > theChromedevelopers.
>
> > Cheers,
> > Luke
>
> > On Sep 3, 10:07 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote:> If it happens 
> > in Safari as well, then it's probably a general WebKit problem
> > > (Chrome(i.e.Chromium) and Safari are all WebKit-based). If it's a problem
> > > inChromeand not in Safari then it's probably a V8 problem (the JS
> > > engine)..
>
> > > If it happens only inChromeand it's not a CSS problem (try it out in a
> > > HelloWorld program) then if you post it here, I'll see if I can reproduce
> > > it.
>
> > > If it's just inChrome, then you can report it, but GWT doesn't support
> > >Chrome:-)
>
> > > Ian
>
> > > 2008/9/3 Mehdi Rabah <[EMAIL PROTECTED]>
>
> > > > I have some problems, Accordion panel and ListBox are not working (I 
> > > > don't
> > > > know if it's because it's inside a maps InfoWindow)
> > > > I'm not sure If I should open an issue, other experiencing problems ?
>
> > > > On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:
>
> > > >> The GoogleChromebrowser is out, and I'm running through my GWT app
> > > >> with it -- it's fast!  No problems yet, looks great.
>
> > > --
> > > Ian
>
> > >http://examples.roughian.com
>
> > > 
> > > Internet communications are not secure and therefore I do not accept
> > > legal responsibility for the contents of this message. Any views or
> > > opinions do not necessarily represent what I really think unless
> > > otherwise specifically stated and even then, I might still be lying.
> > > This message may contain confidential privileged information, but if it
> > > does, I've nicked it from someone else. If you have received this email
> > > in error then tough, hit delete, and don't bother me about it, I really
> > > don't care. Batteries not included. Contents may go up as well as down.
> > > Shares may vary in size. May cause drowsiness, if affected, go to bed.
> > > 
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-08 Thread Ian Bambury
I rarely use mine, but I tried it on a Philips and get the same as you. Plus
I can scroll right but not left.

2008/9/7 calculon <[EMAIL PROTECTED]>

>
> I have found one problem with Chrome. Using my HP Laptop with
> Synaptics Pointing Device and a scrolling function on the touchpad, it
> does not scroll up, it only scrolls down.
>
> On Sep 2, 3:27 pm, Brian <[EMAIL PROTECTED]> wrote:
> > The Google Chrome browser is out, and I'm running through my GWT app
> > with it -- it's fast!  No problems yet, looks great.
>
> >
>


-- 
Ian

http://examples.roughian.com

2B or not 2B,
that is FF

=
Internet communications are not secure and therefore I will not accept legal
responsibility for the contents of this message.
Any views or opinions do not necessarily represent what I really think
unless otherwise specifically stated, and even then, I
might still be lying. This message may contain confidential privileged
information, but if it does, I've nicked it from someone
else. If you have received this email in error then tough, hit delete, and
don't bother me about it, I really don't care. Batteries
not included. Contents can go up as well as down. Shares can vary in size.
May cause drowsiness, if affected, go to sleep.
=

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-08 Thread calculon

I have found one problem with Chrome. Using my HP Laptop with
Synaptics Pointing Device and a scrolling function on the touchpad, it
does not scroll up, it only scrolls down.

On Sep 2, 3:27 pm, Brian <[EMAIL PROTECTED]> wrote:
> The Google Chrome browser is out, and I'm running through my GWT app
> with it -- it's fast!  No problems yet, looks great.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-07 Thread dflorey

I experienced the same issue and already opened an issue in both gwt
and chrome bugtracker. In my app it's absolutely random if StackPanel
works on Chrome. If I change some of the content, it suddenly works
and vice versa. No idea, I guess it's a timing/event problem.


On 5 Sep., 04:34, El Cucurucho <[EMAIL PROTECTED]> wrote:
> Ian,
>
> I managed to replicate the problem I'm having with StackPanel in
> chrome onhttp://examples.roughian.com
>
> It's difficult to provide exact steps to replicate the problem, as I
> managed to encounter the problem by trying many different things.
> However, I was unable to replicate it by following exact steps that
> had previously led to the problem. But to give you a rough idea, you
> should be able to see what's happening by first going to the
> StackPanel, selecting 'Two', then spend some time playing with other
> panels, widgets and listeners. After doing that for some time, return
> to the StackPanel, and you may find that it will not switch between
> subpanels. It will probably take a few attempts to break it, but there
> is definitely a problem there. I'd like it if a few other people could
> check it out, and maybe help find the cause so that I can submit it to
> the Chrome developers.
>
> Cheers,
> Luke
>
> On Sep 3, 10:07 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote:> If it happens 
> in Safari as well, then it's probably a general WebKit problem
> > (Chrome (i.e.Chromium) and Safari are all WebKit-based). If it's a problem
> > in Chrome and not in Safari then it's probably a V8 problem (the JS
> > engine)..
>
> > If it happens only in Chrome and it's not a CSS problem (try it out in a
> > HelloWorld program) then if you post it here, I'll see if I can reproduce
> > it.
>
> > If it's just in Chrome, then you can report it, but GWT doesn't support
> > Chrome :-)
>
> > Ian
>
> > 2008/9/3 Mehdi Rabah <[EMAIL PROTECTED]>
>
> > > I have some problems, Accordion panel and ListBox are not working (I don't
> > > know if it's because it's inside a maps InfoWindow)
> > > I'm not sure If I should open an issue, other experiencing problems ?
>
> > > On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:
>
> > >> The Google Chrome browser is out, and I'm running through my GWT app
> > >> with it -- it's fast!  No problems yet, looks great.
>
> > --
> > Ian
>
> >http://examples.roughian.com
>
> > 
> > Internet communications are not secure and therefore I do not accept
> > legal responsibility for the contents of this message. Any views or
> > opinions do not necessarily represent what I really think unless
> > otherwise specifically stated and even then, I might still be lying.
> > This message may contain confidential privileged information, but if it
> > does, I've nicked it from someone else. If you have received this email
> > in error then tough, hit delete, and don't bother me about it, I really
> > don't care. Batteries not included. Contents may go up as well as down.
> > Shares may vary in size. May cause drowsiness, if affected, go to bed.
> > 
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-04 Thread Ian Bambury
OK, I can sleep happy now...
Start somewhere else and press F5
Go to the StackPanel.
Go to the Frame.
Go back to the StackPanel.
It is now buggered.

Works with the HSP and VSP too - can't move the split - but for all of them,
you have to go there, go to the Frame, and go back.

I'm sure that other combinations without Frame will work too, but I reckon
there's some kind of timing thing involved.

And it doesn't do it in Safari, so it's likely to be V8

Ian

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-04 Thread Ian Bambury
You have to work hard at it :-)
No wonder I didn't notice.

I think it's got something to do with the splitpanels. At least, they get
buggered up too (can't move the split), but I can't get a consistent
reaction. I've followed what I did before exactly (via some logging I do)
but the second time, it doesn't happen. So maybe timing has something to do
with it?

I'll give it another go later today. It's about to get light, and I really
ought to get some sleep. (-.-)

Ian

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-04 Thread El Cucurucho

Ian,

I managed to replicate the problem I'm having with StackPanel in
chrome on http://examples.roughian.com

It's difficult to provide exact steps to replicate the problem, as I
managed to encounter the problem by trying many different things.
However, I was unable to replicate it by following exact steps that
had previously led to the problem. But to give you a rough idea, you
should be able to see what's happening by first going to the
StackPanel, selecting 'Two', then spend some time playing with other
panels, widgets and listeners. After doing that for some time, return
to the StackPanel, and you may find that it will not switch between
subpanels. It will probably take a few attempts to break it, but there
is definitely a problem there. I'd like it if a few other people could
check it out, and maybe help find the cause so that I can submit it to
the Chrome developers.

Cheers,
Luke

On Sep 3, 10:07 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
> If it happens in Safari as well, then it's probably a general WebKit problem
> (Chrome (i.e.Chromium) and Safari are all WebKit-based). If it's a problem
> in Chrome and not in Safari then it's probably a V8 problem (the JS
> engine)..
>
> If it happens only in Chrome and it's not a CSS problem (try it out in a
> HelloWorld program) then if you post it here, I'll see if I can reproduce
> it.
>
> If it's just in Chrome, then you can report it, but GWT doesn't support
> Chrome :-)
>
> Ian
>
> 2008/9/3 Mehdi Rabah <[EMAIL PROTECTED]>
>
>
>
> > I have some problems, Accordion panel and ListBox are not working (I don't
> > know if it's because it's inside a maps InfoWindow)
> > I'm not sure If I should open an issue, other experiencing problems ?
>
> > On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:
>
> >> The Google Chrome browser is out, and I'm running through my GWT app
> >> with it -- it's fast!  No problems yet, looks great.
>
> --
> Ian
>
> http://examples.roughian.com
>
> 
> Internet communications are not secure and therefore I do not accept
> legal responsibility for the contents of this message. Any views or
> opinions do not necessarily represent what I really think unless
> otherwise specifically stated and even then, I might still be lying.
> This message may contain confidential privileged information, but if it
> does, I've nicked it from someone else. If you have received this email
> in error then tough, hit delete, and don't bother me about it, I really
> don't care. Batteries not included. Contents may go up as well as down.
> Shares may vary in size. May cause drowsiness, if affected, go to bed.
> 
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-03 Thread Harry Holt
If you are on FaceBook, you will notice that there are a lot of links that
do not work in Chrome.  I haven't tried to dig into which ones or why, but
there are quite a few of them.  Note, for instance, the "comment" link next
to a user's post.

... HH

On Tue, Sep 2, 2008 at 8:07 PM, Ian Bambury <[EMAIL PROTECTED]> wrote:

> If it happens in Safari as well, then it's probably a general WebKit
> problem (Chrome (i.e.Chromium) and Safari are all WebKit-based). If it's a
> problem in Chrome and not in Safari then it's probably a V8 problem (the JS
> engine)..
>
> If it happens only in Chrome and it's not a CSS problem (try it out in a
> HelloWorld program) then if you post it here, I'll see if I can reproduce
> it.
>
> If it's just in Chrome, then you can report it, but GWT doesn't support
> Chrome :-)
>
> Ian
>
>
>
> 2008/9/3 Mehdi Rabah <[EMAIL PROTECTED]>
>
>> I have some problems, Accordion panel and ListBox are not working (I don't
>> know if it's because it's inside a maps InfoWindow)
>> I'm not sure If I should open an issue, other experiencing problems ?
>>
>>
>> On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:
>>
>>>
>>> The Google Chrome browser is out, and I'm running through my GWT app
>>> with it -- it's fast!  No problems yet, looks great.
>>>
>>>
>>>
>>
>> Internet communications are not secure and therefore I do not accept
>> legal responsibility for the contents of this message. Any views or
>> opinions do not necessarily represent what I really think unless
>> otherwise specifically stated and even then, I might still be lying.
>> This message may contain confidential privileged information, but if it
>> does, I've nicked it from someone else. If you have received this email
>> in error then tough, hit delete, and don't bother me about it, I really
>> don't care. Batteries not included. Contents may go up as well as down.
>> Shares may vary in size. May cause drowsiness, if affected, go to bed.
>> 
>>
>> >>
>>


-- 
Harry Holt, PMP

"Always vote for principle, though you may vote alone, and you may cherish
the sweetest reflection that your vote is never lost."
-- John Quincy Adams

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-03 Thread El Cucurucho

It works fine in Safari, just a Chrome thing for me, so probablyV8
related, although I'm not getting any javascript errors. The app is
password protected, so I can't really provide a link at the moment.
It's not a huge priority for me to get it working in Chrome just yet,
but if I have a spare moment I'll try to replicate the problem
somewhere publicly accessible, and will submit a "bug or broken
website" report through the Chrome interface.

I guess I should also try upgrading to GWT 1.5 :)

On Sep 3, 10:07 am, "Ian Bambury" <[EMAIL PROTECTED]> wrote:
> If it happens in Safari as well, then it's probably a general WebKit problem
> (Chrome (i.e.Chromium) and Safari are all WebKit-based). If it's a problem
> in Chrome and not in Safari then it's probably a V8 problem (the JS
> engine)..
>
> If it happens only in Chrome and it's not a CSS problem (try it out in a
> HelloWorld program) then if you post it here, I'll see if I can reproduce
> it.
>
> If it's just in Chrome, then you can report it, but GWT doesn't support
> Chrome :-)
>
> Ian
>
> 2008/9/3 Mehdi Rabah <[EMAIL PROTECTED]>
>
>
>
> > I have some problems, Accordion panel and ListBox are not working (I don't
> > know if it's because it's inside a maps InfoWindow)
> > I'm not sure If I should open an issue, other experiencing problems ?
>
> > On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:
>
> >> The Google Chrome browser is out, and I'm running through my GWT app
> >> with it -- it's fast!  No problems yet, looks great.
>
> --
> Ian
>
> http://examples.roughian.com
>
> 
> Internet communications are not secure and therefore I do not accept
> legal responsibility for the contents of this message. Any views or
> opinions do not necessarily represent what I really think unless
> otherwise specifically stated and even then, I might still be lying.
> This message may contain confidential privileged information, but if it
> does, I've nicked it from someone else. If you have received this email
> in error then tough, hit delete, and don't bother me about it, I really
> don't care. Batteries not included. Contents may go up as well as down.
> Shares may vary in size. May cause drowsiness, if affected, go to bed.
> 
--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-02 Thread Ian Bambury
If it happens in Safari as well, then it's probably a general WebKit problem
(Chrome (i.e.Chromium) and Safari are all WebKit-based). If it's a problem
in Chrome and not in Safari then it's probably a V8 problem (the JS
engine)..

If it happens only in Chrome and it's not a CSS problem (try it out in a
HelloWorld program) then if you post it here, I'll see if I can reproduce
it.

If it's just in Chrome, then you can report it, but GWT doesn't support
Chrome :-)

Ian



2008/9/3 Mehdi Rabah <[EMAIL PROTECTED]>

> I have some problems, Accordion panel and ListBox are not working (I don't
> know if it's because it's inside a maps InfoWindow)
> I'm not sure If I should open an issue, other experiencing problems ?
>
>
> On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:
>
>>
>> The Google Chrome browser is out, and I'm running through my GWT app
>> with it -- it's fast!  No problems yet, looks great.
>>
>>
>>
>
> >
>


-- 
Ian

http://examples.roughian.com


Internet communications are not secure and therefore I do not accept
legal responsibility for the contents of this message. Any views or
opinions do not necessarily represent what I really think unless
otherwise specifically stated and even then, I might still be lying.
This message may contain confidential privileged information, but if it
does, I've nicked it from someone else. If you have received this email
in error then tough, hit delete, and don't bother me about it, I really
don't care. Batteries not included. Contents may go up as well as down.
Shares may vary in size. May cause drowsiness, if affected, go to bed.


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-02 Thread El Cucurucho

I'm trying it out too. It is super fast, but also having accordion
related issues.

On Sep 3, 8:27 am, Brian <[EMAIL PROTECTED]> wrote:
> The Google Chrome browser is out, and I'm running through my GWT app
> with it -- it's fast!  No problems yet, looks great.

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---



Re: Google Chrome & GWT

2008-09-02 Thread Mehdi Rabah
I have some problems, Accordion panel and ListBox are not working (I don't
know if it's because it's inside a maps InfoWindow)
I'm not sure If I should open an issue, other experiencing problems ?

On Wed, Sep 3, 2008 at 12:27 AM, Brian <[EMAIL PROTECTED]> wrote:

>
> The Google Chrome browser is out, and I'm running through my GWT app
> with it -- it's fast!  No problems yet, looks great.
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~--~~~~--~~--~--~---