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

gdoteof’s picture

to 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.

indytechcook’s picture

I 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

yhahn’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

pcambra’s picture

Status: Closed (fixed) » Active

I'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?

pcambra’s picture

Status: Active » Closed (fixed)

My 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.