Skip to content
This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.

Tooltip/popover placement is off in input-groups with 0.12.0 #2995

Closed
@somelinguist

Description

@somelinguist

Tooltip/popover placement is off in input-groups with 0.12.0. In the following example, the tooltip is attached to the top-right corner instead of the left side.

http://plnkr.co/edit/8GZ5F5zj3Xe6IinXQz74?p=preview

<form role="form">
  <div class="form-group small">
      <div class="input-group">
          <input type="text" class="form-control input-sm">
          <span class="input-group-btn">
              <button class="btn btn-sm btn-default"><i class="fa fa-folder-open"></i></button>
              <button class="btn btn-sm btn-default" tooltip-placement="left" tooltip="Push again to stop recording." tooltip-append-to-body="true"><i class="fa fa-circle"></i></button>
          </span>
      </div>
  </div>
</form>

Bootstrap 3.3.1
Angular 1.3.0

Using other versions of Angular or Bootstrap doesn't seem to make a difference.

However, it works fine in ui-bootstrap 0.11.2.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions