Page MenuHomeFeedback Tracker

BIS_fnc_addStackedEventHandler or BIS_fnc_removeStackedEventHandler removes also personal waypoint funcion
Closed, ResolvedPublic

Description

The following probably also removes the shift+click function from map view:

["baselocation", "onMapSingleClick", {
}, [] call BIS_fnc_addStackedEventHandler;

waitUntil {!visibleMap };
["baselocation", "onMapSingleClick"] call BIS_fnc_removeStackedEventHandler;

Details

Legacy ID
788398138
Severity
None
Resolution
Fixed
Reproducibility
Always
Category
Ingame UI
Steps To Reproduce

Create and run the script above. Before that all works well.

Event Timeline

mkarrasch edited Steps To Reproduce. (Show Details)Sep 4 2014, 2:56 PM
mkarrasch edited Additional Information. (Show Details)
mkarrasch set Category to Ingame UI.
mkarrasch set Reproducibility to Always.
mkarrasch set Severity to None.
mkarrasch set Resolution to Fixed.
mkarrasch set Legacy ID to 788398138.May 7 2016, 7:22 PM

Fixed at revision 73434

confirmed as fixed. Nice!

Thank you for reporting back.
Closing as resolved.