Glyph's don't register mouse events?

Is this a known issue of Glyphs not responding to mouse events

Check out my sandbox for an example:
http://jgrunstra.blitzagency.com/wpfe/sandbox/

You can click on the TextBlock ("I Am WPF/E") and the image (blitz logo), and both register the event, but clicking on the Glyph ("Click Me") doesn't respond, and if you click an area of the glyph that is covering the image then the image registers the click event even though the sudo z-order has the glyph positioning on top of the image.

The SDK says Glyphs recognize all the usual mouse events.
http://msdn2.microsoft.com/en-us/library/bb188338.aspx

Thanks!

-Jason





Answer this question

Glyph's don't register mouse events?

  • KP99

    can you help me with the last question at http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=1413175&SiteID=1&mode=1 I hope so. (please let the bug not win)

    Thanks


  • Anu Viswan

    Just a follow up, it appears after some more experimentation that the click for the Glyph is being registered as if the glyph was positioned at 0,0.

    Try clicking in the top left corner of the canvas and you will see that the glyphs click is registered, even though the ACTUAL position is 200,100

    Gotta be a bug! :)




  • Giber

    Can anyone confirm/deny these rumors

  • Murali Krishna K

    Thank you for reporting this issue. It is a bug and I will follow up with our team to fix it. For now, can you work with either TextBlock or try using the OriginX and OriginY properties on Glyphs to work around this.
  • Glyph's don't register mouse events?