Closed GoogleCodeExporter closed 9 years ago
Found what's triggering this: RTL support.
<inherits name='com.google.gwt.user.theme.standard.StandardRTL' />
in the module XML file.
Original comment by tom...@gmail.com
on 11 Oct 2008 at 11:43
And a bit more info: Firefox, Safari & Chrome don't have this bug. So it's
probably
something in the RTL support for specifically IE.
Original comment by tom...@gmail.com
on 11 Oct 2008 at 11:44
Reproduced (screenshot attached)
Original comment by ericzun...@gmail.com
on 13 Oct 2008 at 4:27
Attachments:
In standard_rtl.css, commenting out one line fixes the problem, but its a pretty
important line:
body {
color: black;
margin: 0px;
border: 0px;
padding: 0px;
background: #fff;
/*direction: rtl;*/
}
Original comment by ericzun...@gmail.com
on 13 Oct 2008 at 6:45
Some threads from the Google Maps group:
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/dee0ddc94fac
8f8c/33b0f6271224c106?lnk=gst&q=RTL#33b0f6271224c106
http://groups.google.com/group/Google-Maps-API/browse_thread/thread/93e3a82d2465
6ebf/0d800f89bd45521f?lnk=gst&q=RTL#0d800f89bd45521f
Original comment by galgwt.reviews@gmail.com
on 13 Oct 2008 at 6:58
This bug is a part of the Maps API proper. Please follow up with them if the
proposed workarounds from the Maps forum don't help.
Original comment by galgwt.reviews@gmail.com
on 14 Oct 2008 at 12:43
Updating account names
Original comment by zundel@google.com
on 21 Dec 2009 at 2:00
Original issue reported on code.google.com by
tom...@gmail.com
on 11 Oct 2008 at 3:22