iTwin / appui

Monorepo for iTwin.js AppUi
MIT License
8 stars 2 forks source link

Tooltip is always displayed in main window #862

Closed a-gagnon closed 3 months ago

a-gagnon commented 4 months ago

Describe the bug

As shown in the image below, the tooltip is always displayed in the main window where it should be displayed in the popout view.

To Reproduce

  1. Open a widget that has a popout with a viewport
  2. Place a Marker that has the title property set. (It's the value of the tooltip.)
  3. Hover the marker. Notice the tooltip doesn't show at the right location.

Expected Behavior

I would expect the tooltip to show in the right window.

Screenshots

image

Desktop (please complete the applicable information)

Chrome 125.0.6422.114 (Official Build) (64-bit) (cohort: Control) appui version 4.11, but tested with 4.13.4 and getting the same issue.

Additional context

No response