I am not sure if the theme has to be 'context aware' to get around this? When using the inline editor, I can only seem to drop things into regions that have x/y > 0. ie.. a an empty region has to be filled manually via the traditional UI.
I am not sure if the theme has to be 'context aware' to get around this? When using the inline editor, I can only seem to drop things into regions that have x/y > 0. ie.. a an empty region has to be filled manually via the traditional UI.
Comments
Comment #1
gdoteof commentedto be clear: this extends even if I have something in a region, move a block out of it so it becomes empty, I can no longer place anything in that now-empty region.
Comment #2
indytechcook commentedI can confirm this. When I use firebug to remove the "!important" from a.context-block-region, a.context-block where it sets the display to none. This will allow the context-editing class in the body to override it.
http://skitch.com/indytechcook/d1pyd/firefox
Comment #3
yhahn commentedThanks. Committed http://drupal.org/cvs?commit=409644
Comment #5
pcambraI'm having this issue as well using context 3.x-dev, I'm not able to drag a block to an empty region.
And when I add a block to a region using the inline editor, the delete and drag buttons appear but don't seem to work.
Is there documented somewhere how the theme should be structured to make the context inline editor work?
Comment #6
pcambraMy bad. These were two sepparate problems with my theme/config.
For context working with all empty regions, I had to enable "Show all regions" in context options.
For the drag & drop issue, I had a problem with block.tpl.php, as it seems that openpublish theme has a little bug in the classes there.
All seems to work fine now.