hms-dbmi/viv

Click Handler For Overview is Not Working

ilan-gold opened this issue · 3 comments

Describe the bug
Clicking on the overview to move from location-to-location stopped working, probably as a result of the upgrade to deck.gl 8.8.

To Reproduce
On any demo image, open PIP and try clicking on the overview.

Expected behavior
It should register an event and move you to that location but does not.

Environment:

  • Release or git hash: 13.1
  • Browser: FF
  • Browser version: 105.0.2

@ilan-gold, thanks for letting me know. I'll go on PTO shortly and probably won't have time to look at this before my return. I'll be happy to look at this later.

I'm investigating this issue, my humble two cents:
It seems that OverviewController.handleEvent() is not firing for some reason. The layers onClick() is working, though. Bumping to deck.gl 8.8.27 and subsequently to 8.9.4 didn't solve the problem.