Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-03-28 Thread Rich
Is there any further information on how to modify the gwt-user.jar file? -- 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

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-03-16 Thread hriess
Like JY, our website is unusable with FF 3.6. We are using GWT 2.0.3 together with the Eclipse plugin. Unfortunately, I am not experienced enough, to compile the project with changed GWT source files - the Eclipse plugin uses the gwt-user.jar (?). Will there be a solution for this problem in the

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-03-16 Thread خليل بولو
2010/3/16 hriess hriess.chemn...@t-online.de الترجمة مثل ج. ي ، موقعنا هو غير قابل للاستخدام مع 3.6 فرنك فرنسي. نحن نستخدم GWT 2.0.3 جنبا إلى جنب مع البرنامج المساعد الكسوف. للأسف ، أنا لست من ذوي الخبرة بما فيه الكفاية ، لترجمة المشروع مع الملفات التي تم تغييرها GWT المصدر -- في كسوف المساعد

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-02-12 Thread Nathan Williams
Resolved this in GWT 1.4 (we're version locked due to WAS 6.0) by modifying the com/google/gwt/user/client/impl/DOMImplMozilla.java file in gwt-user.jar. I assume a similar strategy would work in later versions of GWT. Replace the implementations of the getAbsoluteLeft and getAbsoluteTop methods

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-02-12 Thread Lee Chuen Yang, Jeremy
It worked. Thanks Nathan! On Fri, Feb 12, 2010 at 10:10 PM, Nathan Williams nlwil...@gmail.comwrote: Resolved this in GWT 1.4 (we're version locked due to WAS 6.0) by modifying the com/google/gwt/user/client/impl/DOMImplMozilla.java file in gwt-user.jar. I assume a similar strategy would

Re: Getting error $doc.getBoxObjectFor is not a function in Firefox 3.6

2010-02-11 Thread JY
I'm also facing the same issue. My whole website is unusable in FF 3.6 because of this. Anyone found a workaround? On Feb 4, 3:17 am, Prashant prashant.sharma.in...@gmail.com wrote: We use GWT 1.5 for our rest results publishing dashboard. We extensively use GWT widgets like MenuBar, DialogBox,