Thomas Broyer has posted comments on this change.
Change subject: Fix support for Document.{get,set}ScrollLeft() in RTL for
safari and ie9.
......................................................................
Patch Set 2: Code-Review+1
(1 comment)
....................................................
File user/src/com/google/gwt/dom/client/DOMImplStandardBase.java
Line 226: if (!"BODY".equals(elem.getTagName()) && isRTL(elem)) {
Use
!elem.hasTagName(BodyElement.TAG)
We should soon have BodyElement.is(elem) to make it even more readable:
I14aa6163e52adb2f71cd1ca3557ff3514571a6a2
--
To view, visit https://gwt-review.googlesource.com/3420
To unsubscribe, visit https://gwt-review.googlesource.com/settings
Gerrit-MessageType: comment
Gerrit-Change-Id: I8ce64ab4bbbae02ee7519ed8d24241cdfbc28617
Gerrit-PatchSet: 2
Gerrit-Project: gwt
Gerrit-Branch: master
Gerrit-Owner: Emmanuel Pellereau <[email protected]>
Gerrit-Reviewer: Leeroy Jenkins <[email protected]>
Gerrit-Reviewer: Thomas Broyer <[email protected]>
Gerrit-HasComments: Yes
--
http://groups.google.com/group/Google-Web-Toolkit-Contributors
---
You received this message because you are subscribed to the Google Groups "GWT Contributors" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.