Opened 15 years ago
Closed 15 years ago
#1348 closed defect (fixed)
ParseWidgets parameter not working for Tooltip
Reported by: | guest | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
As per the document (http://manual.dojotoolkit.org/WikiHome/DojoDotBook/Book47), I've been trying to use this:
djConfig = { parseWidgets: false, searchIds: [] };
It seems to be working for the Dialog widget but not for the Tooltip widgets. Is it because Tooltips have an id and a connectId. Do they conflict somehow? Or is the article just extremely outdated?
Change History (2)
comment:1 Changed 15 years ago by
Milestone: | → 0.5 |
---|---|
Priority: | highest → normal |
severity: | critical → normal |
comment:2 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Adding a third parameter solved the problem, although I'm not sure if it actually improved performance: