ABAPlan / abaplan-core

Core ABAPlan project
MIT License
4 stars 2 forks source link

Issue when switching to city / square map at map edition #98

Closed Ettapp closed 6 years ago

Ettapp commented 6 years ago

Location

In the map editor.

Description

When attempting to switch to city / square map from OSM map (or any of the editing map modes), nothing is loaded (no request are visible in the DevTools).

As a result the editor OSM map disapear leaving the map zone empty.

Reproduction procedure

  1. Open the map editor
  2. Select a zone to turn on city / square map
  3. Click on "Square map" / "City map" button

Tested environments

Tested under the following browsers:

Update

As the issue was tested under different browsers, the issue disapeared. The request are now visible in the DevTools and the editor is working properly.

Need to find what induce this issue and to fix it to avoid it to happend to an user.

Ettapp commented 6 years ago

Today the bug was systematic.

It seem to be linked to the errors Failed to load resource: net::ERR_SPDY_PROTOCOL_ERROR that is throwed at the loading of these three https requests:

One time the error was throwed only two times (one of the request must have passed) and only the city plan was working...

Ettapp commented 6 years ago

The bug never happen at the browser first launch, it occurs after reload / refresh.

If the browser is closed and opened again, the bug doesn't occurs.

Ettapp commented 6 years ago

Fixed with the new version of the editor (unknown bug origin, still).