Closed (fixed)
Project:
Spark
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Critical
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Jul 2012 at 18:57 UTC
Updated:
10 Aug 2012 at 12:24 UTC
Jump to comment: Most recent file
Comments
Comment #1
webchickThis is pretty critical, so escalating as such. :) Also tagging for sprint 1.
Comment #2
jessebeach commentedThe prototype has been merged into the 7.x-1.x branch of the Layout
The commit: http://drupalcode.org/project/layout.git/commit/e1628109367347c06a6a86ef...
Comment #3
jessebeach commentedI created a standalone branch for the prototype where it will be iterated outside of Drupal. In a strict sense, the responsive layout designer app has no requirements for Drupal. It is an app that maintains its own state, responds to input and provides output that describes state changes. It should be possible to run this app on any CMS even though we're developing it to run on Drupal right now.
I've got a preview of the app running on a github gh-pages branch.
http://acquia.github.com/layout/plugins/layouts/ResponsiveLayoutDesigner/
Comment #4
lslinnet commentedAs a user I would like to be able to pull out a region from a grouping
As a user I would like to be able to subgroup elements so a sidebar span multiple regions horizontally

e.g.
Where the d area spans multiple element in horizontal spacing.
The above suggested way of handling regions doesn't allow for this. (or at least I couldn't figure out how to do this)