Start a new discussion

To start a new discussion please visit the discussions section of the GitHub home page of the project.

Discussions on GitHub

You can also search our old self-hosted forums for any useful information below but please note that posting new content here is not possible any more.

Bug in docClick

Home Forums Older releases 1.0.x Bug in docClick

Viewing 1 post (of 1 total)
  • Author
    Posts
  • #3501
    davh@davh.dk
    Participant

    DocClick checks if the click is on a a-tag, but that prevents any kind of “nice” content of the a-tags, such as icons.
    Therefore the

    $(e.target).is('a')

    should be

    $(e.target).closest('a', this.$root[0])
Viewing 1 post (of 1 total)
  • The forum ‘1.0.x’ is closed to new topics and replies.