Skip to content
This repository has been archived by the owner on Apr 24, 2021. It is now read-only.

Rendering artifacts are present in the HelloMaps sample on IE #13

Closed
GoogleCodeExporter opened this issue Sep 10, 2015 · 11 comments
Closed

Comments

@GoogleCodeExporter
Copy link

What steps will reproduce the problem?
Run the HelloMaps sample for gwt-google-apis version 1.1.3 and select
"Opening an Info Window" from the drop down list.  You will see roughly a
one pixel wide bleed through from the back ground image on the left and top
borders.

Original issue reported on code.google.com by gwt.team...@gmail.com on 7 Sep 2007 at 11:56

@GoogleCodeExporter
Copy link
Author

This is because the JS Maps API requires strict HTML mode for IE which is not
supported by GWT 1.4.  This has been fixed in the GWT trunk (upcoming GWT 1.5), 
but I
still see artifacts.  We need to check the latest build and see if we have 
artifacts.
 For example, in the InfoWindow Demo the tree control has a one pixel border across
the top and left hand side.

Original comment by gwt.team...@gmail.com on 2 Jan 2008 at 2:51

  • Added labels: API-Maps

@GoogleCodeExporter
Copy link
Author

Attached is a copy of a glitch as seen on Linux. It isn't a one pixel blemish, 
but a
small shaded box.  I changed the HelloMaps to use the HTML 4.0.1 transitional 
DTD:

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
 "http://www.w3.org/TR/html4/loose.dtd">

which puts the rendering engine in strict mode - this did not make the glitch go
away, but everything still works.  Next thing to try is to run on IE.

Original comment by gwt.team...@gmail.com on 4 Jan 2008 at 10:19

Attachments:

@GoogleCodeExporter
Copy link
Author

See also Issue 13 (closed as duplicate) in which pamelafox says that changing 
the
DOCTYPE to XHTML 1.0 strict solves the problem for her on IE.

Original comment by gwt.team...@gmail.com on 7 Jan 2008 at 7:23

@GoogleCodeExporter
Copy link
Author

I ran the compiled code on IE6 and IE7 and didn't see any glitches.

Original comment by gwt.team...@gmail.com on 7 Jan 2008 at 8:41

@GoogleCodeExporter
Copy link
Author

(That should have been issue 23 that I closed)

Original comment by gwt.team...@gmail.com on 8 Jan 2008 at 7:25

@GoogleCodeExporter
Copy link
Author

It turns out that the problem was in Maps version 2.81-2.90 (issue 758766),
afterwhich the JavaScript Maps API added a fix for quirks mode pages.   It was 
pretty
ugly in Quirks mode and the DOCTYPE setting now in HelloMaps fixes it.

When the HelloMaps facelift patch is applied, this will be fully resolved.

Original comment by gwt.team...@gmail.com on 8 Jan 2008 at 10:08

  • Changed state: ReviewPending
  • Added labels: Milestone-1_1_RC

@GoogleCodeExporter
Copy link
Author

Fixed in svn r79

Original comment by gwt.team...@gmail.com on 25 Feb 2008 at 1:38

  • Changed state: FixedNotReleased

@GoogleCodeExporter
Copy link
Author

Original comment by galgwt.reviews@gmail.com on 9 Jun 2008 at 11:30

@GoogleCodeExporter
Copy link
Author

Original comment by galgwt.reviews@gmail.com on 13 Oct 2008 at 8:54

  • Added labels: Milestone-1_0_RC

@GoogleCodeExporter
Copy link
Author

Original comment by galgwt.reviews@gmail.com on 11 Dec 2008 at 3:08

  • Changed state: Fixed

@GoogleCodeExporter
Copy link
Author

Original comment by zundel@google.com on 21 Dec 2009 at 1:57

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant