Search and Top Navigation
#9957 closed bug (notabug)
Opened March 31, 2014 11:34AM UTC
Closed March 31, 2014 12:10PM UTC
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.
Attachments (0)
Change History (1)
Changed March 31, 2014 12:10PM UTC by comment:1
| resolution: | → notabug |
|---|---|
| status: | new → closed |
Widgets don't monitor DOM changes. See http://bugs.jqueryui.com/ticket/8925#comment:1