When an administration theme is selected, the block administration page 'admin/build/block' opens in the administration theme instead of the front-end theme. This in turn makes it impossible to change the blocks for the any other theme using the admin/build/block page.

With the drag-and-drop feature you wouldn't normally need that page anymore, but it's current behavior is incorrect.

Comments

JaapB’s picture

Status: Active » Closed (works as designed)

You can use the drag-and-drop (and ATT in default) on every other page with the right theme.

I hope this solves your problems.

dmitrii’s picture

Component: User interface » Miscellaneous
Status: Closed (works as designed) » Needs review

Block administration page (/admin/build/block) and administration theme custom pages (/admin/settings/admin) works if "Drag and drop blocks (experimental)" disabled.
The problem may be deal with init_theme(); function call (IMHO).