Opened 12 years ago
Closed 12 years ago
#7763 closed defect (fixed)
[Patch] Toaster _uniqueId doesn't work as static manner and one enhancement
Reported by: | youngho | Owned by: | Adam Peller |
---|---|---|---|
Priority: | high | Milestone: | 1.3 |
Component: | Dojox | Version: | 1.2beta |
Keywords: | Toaster | Cc: | |
Blocked By: | Blocking: |
Description
Hello,
The Toaster internal variable _uniqueId doesn't work as static manner. So if there are more than one toaster exist like the test_Toaster.html than the clipNode id is duplicated.
So instead of internal _uniqueId variable, use dijit.getUniqueId
Other enhancement is add "onresize" event connector even if window resized the toaster position correctly when 0 duration
Attachments (1)
Change History (4)
Changed 12 years ago by
Attachment: | toaster.patch added |
---|
comment:1 Changed 12 years ago by
comment:3 Changed 12 years ago by
Milestone: | tbd → 1.3 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
uniqueid problem fixed in [15439]