Re: RPC AsyncCallback freezes chrome

2013-07-01 Thread markmccall
We are seeing a very similar behavior in our application as well. CPU hits 13% and stays steady. Opening the Chrome Dev Tools when this happens does not work. Refreshing the page to reload the application does not work. If I move to another browser tab and then come back the page will go bla

Re: 3rd party JS library with functions on a JSON object

2010-06-14 Thread markmccall
elow seems to make sense and I will try it tomorrow. On Jun 14, 4:51 pm, Thomas Broyer wrote: > On 14 juin, 20:28, markmccall wrote: > > > I am integrating a 3rd party JavaScript library into my GWT 2.0 > > application and I have succeeded in invoking the libary using basic >

3rd party JS library with functions on a JSON object

2010-06-14 Thread markmccall
I am integrating a 3rd party JavaScript library into my GWT 2.0 application and I have succeeded in invoking the libary using basic JSNI but I want to take the integration even further so that callers of the library never have to code any JSNI, if possible. The 3rd party library has a class Foo wi

ImageBundle too wide to display in IE7 under Vista

2009-04-08 Thread markmccall
I recently encountered an issue where the contents of an ImageBundle were not being displayed at all, but only under Vista and IE7. Using XP with IE6, IE7, FireFox 2, FireFox 3 the contents of the ImageBundle displayed with no problems. There are second hand reports that it worked under Vista an

Re: Client did not send nnn bytes as expected

2008-12-18 Thread markmccall
I would be interested to see this solution - regardless if it is contributed or not. On Dec 18, 2:52 am, Amit Kasher wrote: > I really appreciate you attempts to help. > In reply to your last post, jec: > * We can't reproduce this in the lab... > * We see a combination of FIN, FIN-ACK and RST. >

Re: Client did not send nnn bytes as expected

2008-12-03 Thread markmccall
Johann, That solution seems somewhat obscure...how did you arrive at that solution? Thanks, Mark On Dec 3, 11:31 am, johann_fr <[EMAIL PROTECTED]> wrote: > Hi, > > Just in case : we had quite the same problem one year ago, but only > with IE over https. We finally found the following solution (

Re: Stack overflow at line: 0

2008-12-02 Thread markmccall
See this thread: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/e45c50aac66e5c49/9e7f222c0516cf7b?lnk=gst&q=stack+overflow On Dec 2, 1:28 pm, dhoffer <[EMAIL PROTECTED]> wrote: > In debugging my app in hosted mode I see an error with the title of > Windows Internet Explor

Re: Popup Stealing focus

2008-11-21 Thread markmccall
There is a know bug in FireFox that might be causing this: http://groups.google.com/group/Google-Web-Toolkit/browse_thread/thread/5d3f2fa71e57c72e/972cb02ea8558632?lnk=gst&q=firefox+cursor#972cb02ea8558632 http://code.google.com/p/google-web-toolkit/issues/detail?id=891 Hope this helps. Mark On

Re: Adding "alt" or "title" text to a Image from an ImageBundle

2008-11-12 Thread markmccall
t(), "alt", "testAlt"); > } > Window.alert(img.getElement().getString()); > > I hope this answers your questions and if you have any other problems let me > know, > > James > > On Wed, Nov 12, 2008 at 10:22 AM, markmccall <[EMAIL P

Adding "alt" or "title" text to a Image from an ImageBundle

2008-11-12 Thread markmccall
Using GWT 1.5.2 and IE7 (both web mode and hosted mode) I am attempting to add ALT and/or TITLE text to an Image that is sourced from an ImageBundle, but the result is the "alt" and "title" attributes are added to the "" element rather than the "" element. This is an issue for screen readers like