Skip to content

Hovering over the issue marker doesn't display its tooltip with the issue description #1099

Answered by tortmayr
rhumbertgz asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @rhumbertgz,

I had a quick look at this and it seems like the documentation is outdated here. The hover mouse listener only displays the tooltip if the target element is an instance of GIssueMarker. So if you change your configureModelElement call in the taskListDiagramModule to

configureModelElement(context, DefaultTypes.ISSUE_MARKER, GIssueMarker, GIssueMarkerView);

it should work. We will update the documentation accordingly. Sorry fore the inconveniences.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@rhumbertgz
Comment options

Answer selected by rhumbertgz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants