Opened 10 years ago
Closed 10 years ago
#11693 closed defect (fixed)
[patch]dojox.widget.DynamicTooltip not displaying loaded first time (fixed)
Reported by: | Caspar | Owned by: | dante |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | DojoX Widgets | Version: | 1.4.0 |
Keywords: | Cc: | dante | |
Blocked By: | Blocking: |
Description
Expected behaviour: Tooltip opens, does xhr to get content, shows "Loading..." message, then xhr completes & tooltip opens again to show new content. Subsequent opens correctly show the cached loaded content.
Actual behaviour: Tooltip opens, does xhr to get content, shows "Loading..." message, then xhr completes & tooltip continues to show old content. Subsequent opens correctly show the cached loaded content.
First noticed in 1.4.0 but have not tested in later versions; inspection of code for 1.5 leads me to believe this issue will affect 1.5 as well.
I have attached a patch which I believe fixes this for 1.4.0, but have not tested on any later versions.
Apologies for any inaccuracies in description of expected & actual behaviour & lack of testing on recent versions; this is from memory as I haven't used dynamic tooltip in a while.
Attachments (1)
Change History (4)
Changed 10 years ago by
Attachment: | DynamicTooltip.js.diff added |
---|
comment:1 Changed 10 years ago by
Milestone: | 1.5.1 → tbd |
---|---|
Summary: | dojox.widget.DynamicTooltip not displaying loaded first time (fixed) → [patch]dojox.widget.DynamicTooltip not displaying loaded first time (fixed) |
comment:2 Changed 10 years ago by
Milestone: | tbd → 1.6 |
---|---|
Status: | new → assigned |
comment:3 Changed 10 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Patch to fix defect