Description
When the Layers panel (left sidebar) and the Wikipedia panel (right sidebar) are both open simultaneously, the map tooltip that normally appears on the cursor when hovering over a territory disappears completely.
The tooltip is an important part of the map interaction — it shows the name of the entity (ruler, culture, religion) under the cursor without requiring a click. Losing it when panels are open makes exploration much harder because the user has no quick way to identify territories while browsing the map.
Steps to Reproduce
- Open
new.chronas.org
- Click a territory on the map to open the Wikipedia / info panel on the right side
- Open the Layers panel on the left side (layers icon in sidebar)
- Hover the cursor over any territory on the map
- Expected: A tooltip appears near the cursor showing the territory name / ruler / culture
- Actual: No tooltip appears — the cursor hover produces no label
Screenshot
The screenshot below shows the state where both panels are open and no tooltip is visible on the cursor:
Expected Behavior
The hover tooltip should always be visible when the cursor moves over a territory on the map, regardless of which sidebar panels are open.
Root Cause (suspected)
The tooltip is likely being rendered below or behind one of the open panel overlays, or its z-index / pointer-events is being overridden by the panel containers. It may also be that the map's mousemove event listener is being blocked when a panel captures focus.
Acceptance Criteria
Description
When the Layers panel (left sidebar) and the Wikipedia panel (right sidebar) are both open simultaneously, the map tooltip that normally appears on the cursor when hovering over a territory disappears completely.
The tooltip is an important part of the map interaction — it shows the name of the entity (ruler, culture, religion) under the cursor without requiring a click. Losing it when panels are open makes exploration much harder because the user has no quick way to identify territories while browsing the map.
Steps to Reproduce
new.chronas.orgScreenshot
The screenshot below shows the state where both panels are open and no tooltip is visible on the cursor:
Expected Behavior
The hover tooltip should always be visible when the cursor moves over a territory on the map, regardless of which sidebar panels are open.
Root Cause (suspected)
The tooltip is likely being rendered below or behind one of the open panel overlays, or its
z-index/pointer-eventsis being overridden by the panel containers. It may also be that the map'smousemoveevent listener is being blocked when a panel captures focus.Acceptance Criteria