openshift / angular-key-value-editor

A simple UI for editing key-value pairs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Fix the validator error tooltip title attrib

benjaminapetersen opened this issue · comments

Code snippet when bug found:

<span ng-if="entry.keyValidatorErrorTooltip || keyValidatorErrorTooltip" class="help action-inline">
            <a aria-hidden="true" data-toggle="tooltip" data-placement="top" title="{{entry.keyValidatorErrorTooltip || keyValidatorErrorTooltip}}">
              <i class="{{entry.keyValidatorErrorTooltipIcon || keyValidatorErrorTooltipIcon}}"></i>
            </a>
          </span>

did not render properly via bootstrap tooltip, hack around was to use data-original-title="" directly, but this isn't right.

@rhamilto

Issues go stale after 90d of inactivity.

Mark the issue as fresh by commenting /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
Exclude this issue from closing by commenting /lifecycle frozen.

If this issue is safe to close now please do so with /close.

/lifecycle stale