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
  • #7163
Closed
Open
Issue created Mar 05, 2013 by Administrator@rootContributor

(2.3.1) Popover data attributes ignored when using selector option

Created by: neilgoodman

This is a dup of #7086 (closed), but it is still an issue for 2.3.1. Here is a jsfiddle repo:

http://jsfiddle.net/FAehp/

I did make a pull-request (#7094) to solve this issue for 2.3.0 (which worked and passed tests).

I think the issue now is that the fix in 2.3.1 is located in the enter method of bootstrap-tooltip, but this method doesn't get fired for bootstrap-popover because the trigger defaults to click and not hover:

https://github.com/twitter/bootstrap/blob/v2.3.1/js/bootstrap-tooltip.js#L87 https://github.com/twitter/bootstrap/blob/v2.3.1/js/bootstrap-tooltip.js#L55

I am hacking in my fix on the 2.3.1 code for now in my projects.

Assignee
Assign to
Time tracking