View Full Version : [FIXED] [OPEN-551] Sencha CSS Causing Google Map Issues
benwhite
12 Nov 2010, 9:36 AM
The Sencha box sizing CSS is causing markers in Google maps to draw incorrectly.
I have added an override to my local CSS to correct this.
Just offering it up for your consideration.
.x-map * {
-webkit-box-sizing: content-box;
box-sizing: content-box;
}
Jacky Nguyen
15 Nov 2010, 11:14 PM
Thank you for your suggestion, I'll look it up and see if we should put this in, or there's a better solution.
gordonjl
24 Aug 2011, 11:35 AM
It worked for me just fine. Given Sencha touch 1.1+ doesn't seem to be coming out anytime soon, this is a lifesaver.
RichardDavies
1 Sep 2011, 1:35 PM
Wow! Thanks for this easy fix!! I can't believe they haven't incorporated this fix into the official code yet... get with it, Sencha!
mike.estes
1 Sep 2011, 3:32 PM
this has a new bug id, TOUCH-501
chandramuralis
2 Sep 2011, 8:32 AM
is there any way you could post the screenshot what wasn't going wrong, so that I can use it if it is happening to me?
RichardDavies
2 Sep 2011, 8:45 AM
There's a screenshot at http://www.sencha.com/forum/showthread.php?121714-Ugly-google-maps-infowindow-border
chandramuralis
2 Sep 2011, 8:48 AM
There's a screenshot at http://www.sencha.com/forum/showthread.php?121714-Ugly-google-maps-infowindow-border
Got it thanks. I thought the issue was with Markers, but the screenshot shows issue in rendering Info Window.
Regards,
Murali.
RichardDavies
2 Sep 2011, 8:51 AM
Perhaps it was affecting markers too in some way, although I've only noticed a problem with infowindows. Regardless, the CSS code fixed the infowindow border issue for me.
chandramuralis
2 Sep 2011, 8:52 AM
thanks for your reply.
Jamie Avins
30 Nov 2011, 10:06 AM
This issues has been fixed for the next release.
Powered by vBulletin® Version 4.1.5 Copyright © 2013 vBulletin Solutions, Inc. All rights reserved.