Zn2O / gwt-google-apis

Automatically exported from code.google.com/p/gwt-google-apis
0 stars 0 forks source link

LargeMapControl is missing the zoom out button on IE6,7,8 #191

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Found in Release:
0.260, 1RC

Detailed description:
As the subject says.

public void onModuleLoad() {
    MapWidget map = new MapWidget();
    map.setPixelSize(400, 400);
    map.addControl(new LargeMapControl());
    RootPanel.get().add(map);
}

Workaround if you have one:
Nope.

Links to the relevant GWT Developer Forum posts:

Original issue reported on code.google.com by tom...@gmail.com on 11 Oct 2008 at 3:22

GoogleCodeExporter commented 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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Reproduced (screenshot attached)

Original comment by ericzun...@gmail.com on 13 Oct 2008 at 4:27

Attachments:

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
Updating account names

Original comment by zundel@google.com on 21 Dec 2009 at 2:00