Ticket #2049 (closed bug: wontfix)

Opened 4 years ago

Last modified 4 years ago

Popup flickering on feature with hover on vector layer

Reported by: tmtisfree Owned by: euzuro
Priority: trivial Milestone:
Component: Popup Version: SVN
Keywords: Cc:
State:

Description

When mouse is passing over a popup, popup is flickering if hover is true in the selectedFeature control (using an a vector layer).

Steps to reproduce:
1/ edit the 'Open Popup on Layer.Vector' example to insert 'hover: true,' in the selectControl options (right before 'onSelect: onFeatureSelect,' in line 44);
2/ select 'draw a polygon' and draw one;
3/ choose 'select polygon on click' and pass the mouse (without clicking) on the polygon to get the popup;
4/ pass the mouse on the popup.

Change History

Changed 4 years ago by crschmidt

  • status changed from new to closed
  • resolution set to wontfix
  • milestone 2.8 Release deleted

Not new, not a regression. Not even a bug; you're telling the popup to disappear when the feature is unsleected, then you unselect the feature by mousing into the popup. If you want different behavior, you should not make onFeatureUnselect close the popup.

This is an application level choice; not a library level bug.

Note: See TracTickets for help on using tickets.