Update: I found that adding a DOCTYPE to the HTML page fixes the problem. I used this one: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http:// www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Anyway, this confirms that there is a bug in 1.6.4 because I was successfully using 1.5.3 without any DOCTYPE (for IE8 compatibility). On Apr 16, 7:00 pm, Óscar Frías <[email protected]> wrote: > I am migrating a GWT application from GWT 1.5 to GWT 1.6.4 > The application uses the SliderBar widget (with some changes). > > SliderBar calls DOM.getAbsoluteLeft() to obtain the position of the > knob. > The problem is that this code was working OK in all the browsers when > we were using GWT 1.5.3. > Now, after migrating to 1.6.4, is does not work on IE6. The rest of > the browsers are OK. > > I have found that in IE6 the call to DOM.getAbsoluteLeft() returns > 2147483647 instead of the right value. > > Just in case this is relevant, the element has the style "position: > absolute" and its parent has "position: relative". > > Could you please help me with this problem ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected] 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 -~----------~----~----~----~------~----~------~--~---
