-
12 Nov 2010 9:36 AM #1
[OPEN-551] Sencha CSS Causing Google Map Issues
[OPEN-551] Sencha CSS Causing Google Map Issues
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.
Code:.x-map * { -webkit-box-sizing: content-box; box-sizing: content-box; }
-
15 Nov 2010 11:14 PM #2Sencha - Sencha Touch Dev Team
- Join Date
- Jul 2009
- Location
- Palo Alto, California
- Posts
- 469
- Vote Rating
- 9
Thank you for your suggestion, I'll look it up and see if we should put this in, or there's a better solution.
Sencha Touch Lead Architect
-
24 Aug 2011 11:35 AM #3
It worked for me just fine. Given Sencha touch 1.1+ doesn't seem to be coming out anytime soon, this is a lifesaver.
-
1 Sep 2011 1:35 PM #4
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!
-
1 Sep 2011 3:32 PM #5
this has a new bug id, TOUCH-501
-
2 Sep 2011 8:32 AM #6
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?
-
2 Sep 2011 8:45 AM #7
-
2 Sep 2011 8:48 AM #8
-
2 Sep 2011 8:51 AM #9
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.
-
2 Sep 2011 8:52 AM #10
Success! Looks like we've fixed this one. According to our records the fix was applied for
TOUCH-501
in
2.0.
Similar Threads
-
Google Map (Ext.Map) Info Window does not style??
By directx0000 in forum Sencha Touch 1.x: DiscussionReplies: 1Last Post: 19 Sep 2010, 7:19 PM -
Cannot get a google map!!!
By tf.alves in forum Ext 3.x: Help & DiscussionReplies: 5Last Post: 2 Apr 2010, 12:26 PM -
[OPEN-551] XMLReader reports JsonReader error
By cmiskell in forum Ext 3.x: BugsReplies: 0Last Post: 9 Feb 2010, 5:55 PM -
Google map is there but i can not see it
By zeus-ajax in forum Ext 3.x: Help & DiscussionReplies: 4Last Post: 30 Oct 2009, 1:11 PM -
Google map in Layoutdialog ?
By Footeuz in forum Ext 1.x: Help & DiscussionReplies: 5Last Post: 8 Oct 2007, 10:50 AM


Reply With Quote