Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • B bootstrap
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 263
    • Issues 263
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 114
    • Merge requests 114
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Bootstrap
  • bootstrap
  • Issues
  • #12611
Closed
Open
Issue created Feb 06, 2014 by Administrator@rootContributor

Tooltip not working on modal button

Created by: dilip-vishwa

<button class="btn btn-primary btn-lg" data-toggle="modal tooltip" title="Tooltip on left" data-target="#myModal">
       Launch demo modal
</button>

In the above modal button code, I have included the tooltip code such as title="Tooltip on left" and data-toggle="tooltip". Then this modal button does not show tooltip and also not modal.

When I remove tooltip from data-toggle, then modal works and when I remove modal from data-toggle, then tooltip works.

Please give some solution to deal with this.

Assignee
Assign to
Time tracking