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 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.



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 next days? Or is there someone who can explain how
to use the GWT sources with Eclipse?

-- 
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: 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 المصدر -- في
كسوف المساعد يستخدم gwt - user.jar (؟). لن يكون هناك حل ل
هذه المشكلة في الايام المقبلة؟ أم أن هناك شخص يمكن ان تشرح كيف
لاستخدام مصادر GWT مع كسوف الشمس؟

2010/3/16 hriess hriess.chemn...@t-online.de

 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 next days? Or is there someone who can explain how
 to use the GWT sources with Eclipse?

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
www.abuawad.com

-- 
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: 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 with:

return elem.getBoundingClientRect().left -
$doc.documentElement.getBoundingClientRect().left;

and

return elem.getBoundingClientRect().top -
$doc.documentElement.getBoundingClientRect().top;

respectively.

Links I found helpful:
http://stackoverflow.com/questions/1018997/gwt-javascript-exception-in-hosted-mode-result-of-expression-doc-getboxobjectfo
https://bugzilla.mozilla.org/show_bug.cgi?id=409111#c14

-- 
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: 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 work in later
 versions of GWT.

 Replace the implementations of the getAbsoluteLeft and getAbsoluteTop
 methods with:

return elem.getBoundingClientRect().left -
 $doc.documentElement.getBoundingClientRect().left;

and

return elem.getBoundingClientRect().top -
 $doc.documentElement.getBoundingClientRect().top;

 respectively.

 Links I found helpful:

 http://stackoverflow.com/questions/1018997/gwt-javascript-exception-in-hosted-mode-result-of-expression-doc-getboxobjectfo
 https://bugzilla.mozilla.org/show_bug.cgi?id=409111#c14

 --
 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.comgoogle-web-toolkit%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-web-toolkit?hl=en.



-- 
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: 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, PopupPanel, etc.
 Everything had been working fine till date. However, when we recently
 upgraded Firefox to the latest version (3.6), a lot of features seem
 to have been broken. For example, clicking on the menu bar doesn't do
 anything. Clicks to invoke dialog boxes and popup panels are also
 ignored. The application works fine in IE (8.0), Google Chrome (5.0)
 and all versions of FF prior to 3.6.
 In Firefox 3.6, when I go to Tools - Console to see the cause of
 failure, I see the following:

 Error: $doc.getBoxObjectForis not a function
 Source File: ...
 Line: 376

 Does anyone know a fix or workaround for this issue? I also upgraded
 GWT libraries from version 1.5 to 2.0, but that didn't help.

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



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

2010-02-03 Thread Prashant
We use GWT 1.5 for our rest results publishing dashboard. We
extensively use GWT widgets like MenuBar, DialogBox, PopupPanel, etc.
Everything had been working fine till date. However, when we recently
upgraded Firefox to the latest version (3.6), a lot of features seem
to have been broken. For example, clicking on the menu bar doesn't do
anything. Clicks to invoke dialog boxes and popup panels are also
ignored. The application works fine in IE (8.0), Google Chrome (5.0)
and all versions of FF prior to 3.6.
In Firefox 3.6, when I go to Tools - Console to see the cause of
failure, I see the following:

Error: $doc.getBoxObjectFor is not a function
Source File: ...
Line: 376

Does anyone know a fix or workaround for this issue? I also upgraded
GWT libraries from version 1.5 to 2.0, but that didn't help.

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