#12783 closed enhancement (fixed)
dijit/popup
Reported by: | bill | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | Dijit | Version: | 1.6.0 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Make lightweight top level dijit/popup module based on dijit/_base/popup.
Change History (4)
comment:1 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 11 years ago by
comment:3 Changed 11 years ago by
Note: See
TracTickets for help on using
tickets.
(In [24482]) Make lightweight dijit/popup module, and dijit/BackgroundIframe module, based on dijit/_base/popup. dijit/_base/popup leverages code in dijit/popup and dijit/BackgroundIframe, but retains old API for backwards compatibility.
Main API change from dijit/_base/popup to dijit/popup is that positions (of popup node relative to around node) are specified as array of strings like ["above", "below", ...] rather than tuple pairs like {"BL": "TL", ...}. As a side effect of this change, and #12418, submenus are now vertically centered relative to their parent MenuItem?, rather than being top-aligned. We could add a new alignment option (after-top-aligned?) if necessary to go back to the old behavior..
Fixes #12783 !strict.