Links not working properly on slides
See original GitHub issueWhen a title
attribute is provided on a link (<a title="title" href="url">
), than the link does not works after the tooltip appears and you click the link. It works if you do not wait until the tooltip is displayed by the browser. It also works after you click it with displayed tooltip (and nothing happens, only the tooltip become hidden). I think links should work any way.
Links do work when you click them, hold down your left mouse button and than you move your cursor somewhere else upwards or downwards and than you move back on the link and finally you release your left mouse button. I think in this case they should not work or the default behavior should be used. So the link it self is grabbed and you can copy it by drag and drop or open it in a new tab for example.
Issue Analytics
- State:
- Created 8 years ago
- Comments:18 (7 by maintainers)
I would support @kireerik statement that
preventClicks: false
is not a real solution as to are disabling the unwanted clicks handling.So any real solution or at least workaround would be great!
@stentas, it is not a solution, it is only a workaround for this issue (#1584) .
The issue you describe is actually an other issue (#1552) already referenced to this issue.