John Firebaugh

Results 208 comments of John Firebaugh

FWIW, this is still happening for me in latest Chrome (38.0.2125.122).

@peterqliu Can you make a self contained example and submit an issue on https://code.google.com/p/chromium/issues/list?

Ok, they work if you press "Run" again, but not on initial load.

When the attribution control is added to the map it automatically [adds attributions for any existing layers](https://github.com/Leaflet/Leaflet/blob/98bf92530f56c0bee1f0764e0934a25db6a6692d/src/control/Control.Attribution.js#L24-L28). So you have a couple options: - Explicitly remove the duplicate attribution after...

@danswick Can you put that in a PR for review?

Yes, it looks like Mapbox.js is not compatible with `L.noConflict()`. It should be possible to make it compatible, but will require some internal work -- namely, not relying on the...

This is working as expected for me, e.g. when I write `Test` in HTML, it displays as "This & That Paper" in the tooltip. In the Developer Tools, this displays...

Doesn't look like jsFiddle provides a https API. :frowning: @tmcw Do you think this feature is worth having mixed content warnings on all our example pages?

It looks like jsfiddle.net might support https now.

Yeah, it looks like the leaflet.js + leaflet.css + mapbox.standalone.js + mapbox.standalone.css combo will not work. mapbox.standalone.css is the same as mapbox.css, which is expected to be used in place...