geobin-io / geobin.io

[DEPRECATED] Inspect HTTP requests with Geographic Data.
Other
32 stars 5 forks source link

Render bug in google-chrome-stable on linux #118

Open ghost opened 9 years ago

ghost commented 9 years ago

URL: http://geobin.io/xCPZsm0y5k

When I have the page open and post to the url: correct_geobin

When I open the same bin in a second window or tab: new_tab_geobin

Seems like the esri maps just get hung up in some intermediate render step, as the screen does momentarily look just like this in other browsers before cleaning itself up.

ungoldman commented 9 years ago

@courtf that's esri-leaflet so the rendering engine is leaflet. unless the call to the tile server is hanging it may be a leaflet issue.

ghost commented 9 years ago

Some guys at the office were seeing this in Firefox on OSX as well, but then it worked with a reload. Probably a leaflet issue as you say.

ungoldman commented 9 years ago

It may also be angular's page rendering interfering with leaflet's rendering. I was doing some weird stuff to reload references to basemaps to circumvent an issue like this early on.