Ticket #6081 (new defect)
Tooltip connectId should support one id/node
| Reported by: | rcoup | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.3 |
| Component: | Dijit | Version: | 1.0 |
| Severity: | normal | Keywords: | tooltip |
| Cc: |
Description
Came up on IRC:
- works: <div dojoType="dijit.Tooltip" connectId="id1" ...>
- works: <div dojoType="dijit.Tooltip" connectId="id1,id2" ...>
- works: new dijit.Tooltip({connectId:["id1"], ...})
- doesn't: new dijit.Tooltip({connectId:"id1", ...})
Considering its named and documented as connectId (not plural) it should probably work that way. Something like the attached would do the trick.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.