#13897 closed enhancement (fixed)
[patch][cla] Convert dojox.layout.* to AMD format with minimal dependencies
Reported by: | Chris Mitchell | Owned by: | dylan |
---|---|---|---|
Priority: | high | Milestone: | 1.9 |
Component: | DojoX Layout | Version: | 1.6.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
Convert dojox.layout.* to AMD format with minimal dependencies
Attachments (2)
Change History (27)
comment:1 Changed 9 years ago by
Changed 9 years ago by
Attachment: | patchBaselessConversionGridContainer.diff added |
---|
comment:10 Changed 9 years ago by
Milestone: | 1.8 → 2.0 |
---|
1.8 is frozen. Move all enhancements to next release. If you need an exemption from the freeze for this ticket, contact me immediately.
comment:11 Changed 9 years ago by
Note that all the modules in dojox/layout are now in AMD format, although they aren't all baseless / minimal dependencies.
Changed 8 years ago by
Attachment: | patch-13897-Dock.diff added |
---|
Baseless and general clean-up of dojox/layout/Dock
comment:12 Changed 8 years ago by
Owner: | set to dylan |
---|---|
Status: | new → assigned |
Summary: | Convert dojox.layout.* to AMD format with minimal dependencies → [patch][cla] Convert dojox.layout.* to AMD format with minimal dependencies |
comment:13 Changed 8 years ago by
Dylan, is this going in 1.9? dojox/layout/dnd and dojox/layout/BorderContainer are marked as abandoned.
comment:15 follow-up: 16 Changed 8 years ago by
Milestone: | 2.0 → 1.9 |
---|---|
Resolution: | → fixed |
Status: | assigned → closed |
Added my patch for Dock. The purpose of this ticket (convert dojox/layout/* to AMD) was completed a while back, so I'll close this out.
ext-dijit/layout/StackContainer-touch.js should probably be removed I would think?
comment:16 Changed 8 years ago by
Replying to dylan:
ext-dijit/layout/StackContainer-touch.js should probably be removed I would think?
I don't know... dijit supports touch devices pretty well but it doesn't go as far as that extension module, which support flicks to change panes.
In [26554]: