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
  • Merge requests
  • !22342

Updates docs to match Tooltip type checking

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Administrator requested to merge github/fork/gareth/fix-tooltip-documentation into v4-dev Apr 03, 2017
  • Overview 0
  • Commits 2
  • Pipelines 0
  • Changes 2

Created by: gareth

Spotted when looking up documentation for Popups, and wondering why a raw element couldn't be passed in as a container according to the documentation - I looked in the source and saw that it could – whatever's in container (if truthy) gets passed into jQuery's appendTo!

I also spotted that the Tooltip type checking explicitly allows for an element to be passed, it's literally just that the documentation is out of sync.

With this change, the documentation for Tooltip and Popover now matches the types defined in the DefaultType constant in js/src/tooltip.js

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: github/fork/gareth/fix-tooltip-documentation