#14950 closed bug (fixed)
Delegated tooltips can't be re-enabled using default settings
Reported by: | Scott González | Owned by: | Scott González |
---|---|---|---|
Priority: | major | Milestone: | 1.12.0 |
Component: | ui.tooltip | Version: | 1.11.3 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Because tooltips default to finding elements by the title
attribute and disabling a tooltip removes the title
attribute, enabling delegated tooltips does not work by default.
Change History (4)
comment:1 Changed 7 years ago by
Status: | new → open |
---|
comment:2 Changed 7 years ago by
comment:3 Changed 7 years ago by
Owner: | set to Scott González |
---|---|
Resolution: | → fixed |
Status: | open → closed |
In 010f5f9:
comment:4 Changed 7 years ago by
Milestone: | none → 1.12.0 |
---|
Note: See
TracTickets for help on using
tickets.
PR: https://github.com/jquery/jquery-ui/pull/1699