Opened 14 years ago
Closed 14 years ago
#3028 closed defect (fixed)
[PopupManager] openAround requres all optional arguments
Reported by: | haysmark | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 0.9beta |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
You should be able to call openAround by just passing it the parent and popup widgets. If you do this, and fail to provide the last two args, you get an error in placeOnScreenAroundElement because it expects all of PopupManager?'s optional arguments to be there. PopupManager? needs to create defaults for placeOnScreenAroundElement so that you only need to pass the two widgets to openAround.
Change History (2)
comment:1 Changed 14 years ago by
Component: | Widgets → Dijit |
---|---|
Status: | new → assigned |
comment:2 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [8776]) Default values for openAround() orient and padding parameters. Fixes #3028.