Opened 8 years ago
Closed 8 years ago
#9957 closed bug (notabug)
Tooltip content not changing
Reported by: | DMVC | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | none |
Component: | ui.tooltip | Version: | 1.10.4 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi. I'm setting element title content with
$(txt).prop("title", "some content");
And then, change it according to some condition. Using Tooltip widget, this content will not change if Tooltip is being shown. It always keeps the previous content. As far as I could test, is the tooltip is open (shown) there's no way to change it's content programmatically.
Note: See
TracTickets for help on using
tickets.
Widgets don't monitor DOM changes. See http://bugs.jqueryui.com/ticket/8925#comment:1