# Markups - highlight selected markup clicked in 3D view?

**URL:** https://discourse.slicer.org/t/markups-highlight-selected-markup-clicked-in-3d-view/11670
**Category:** Support
**Created:** [May 22, 2020, 3:04pm UTC](https://discourse.slicer.org/t/markups-highlight-selected-markup-clicked-in-3d-view/11670 "2020-05-22T15:04:28Z")
**Posts on this page:** 1
**Showing post:** 18

<div class="post-metadata">

### Author: ![lassoan](https://sea2.discourse-cdn.com/flex002/user_avatar/discourse.slicer.org/lassoan/32/13_2.png) [@lassoan](https://discourse.slicer.org/u/lassoan)
#### Post date: [May 22, 2020, 7:19pm UTC](https://discourse.slicer.org/t/markups-highlight-selected-markup-clicked-in-3d-view/11670/18 "2020-05-22T19:19:36Z")

</div>

> [@hherhold](#):
>
> yeah, it does not appear to work.

Do you have a debug-mode build? It would be awesome if you could track this down. I would suspect that your mouse driver generates a mouse event between pressing and releasing the button, even if you don’t physically move the mouse (or maybe you move it by 0.00001mm) and that confuses the click detection logic here: [Slicer/Libs/MRML/DisplayableManager/vtkMRMLViewInteractorStyle.cxx at main · Slicer/Slicer · GitHub](https://github.com/Slicer/Slicer/blob/master/Libs/MRML/DisplayableManager/vtkMRMLViewInteractorStyle.cxx#L89). If indeed this is the problem then it could be fixed by checking how much the mouse was moved instead of just detecting that a mouse move event was fired.

---

_[View the full topic](https://discourse.slicer.org/t/markups-highlight-selected-markup-clicked-in-3d-view/11670)._
