Skip to content

Fix link handling for issue cards.

What does this MR do?

This MR fixes #48445 (closed) by stopping MouseMove event propagation on issue card header link.

The combination of Windows OS and Chrome caused major issues by navigating the issues in boards. Clicking the link only worked 1 out of 5 times. By stopping the event propagation the link works as expected. Even drag operations work normally.

I was not able to reproduce that problem on Linux or by using BrowserStack. Only on a real Machine with real inputs. So also that is the reason I was not able to write any test to verify that behavior.

What are the relevant issue numbers?

Closes #48445 (closed)

Does this MR meet the acceptance criteria?

Edited by Johann Hubert Sonntagbauer

Merge request reports