#12299 closed defect (fixed)
preload=true not working on dijit.TooltipDialog inside dijit.form.DropDownButton — at Version 1
Reported by: | Caleb Maclennan | Owned by: | |
---|---|---|---|
Priority: | high | Milestone: | 1.6 |
Component: | Dijit | Version: | 1.6.0b1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description (last modified by )
Using declarative markup to create a dijit.form.DropDownButton with an attatched dijit.TooltipDialog and seting the href properly works to load the contents using an xhr request, but setting the preload property to true has no effect. The xhr request does not fire until the drop down button is activated.
Dojo version 1.6.0b2.
Change History (2)
comment:1 Changed 11 years ago by
Description: | modified (diff) |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
Changed 11 years ago by
Attachment: | TooltipDialogHref.html added |
---|
Working test case for TooltipDialog? with an href and preload=true. You can see that it's working because on page load it gets an error about ComboBox? being undefined. The ComboBox? reference is in the href'd page. Put test case in dijit/tests.
Note: See
TracTickets for help on using
tickets.
It works for me, please attach a test case next time you file a ticket. I'll attach my test case which is working.