Closed (fixed)
Project:
Context
Version:
7.x-3.x-dev
Component:
Documentation
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
28 Feb 2013 at 16:45 UTC
Updated:
17 Nov 2014 at 02:21 UTC
Jump to comment: Most recent
Comments
Comment #1
tekante commentedI can't replicate your problem exactly though I think I can come close by placing the inline editor block on my site and then unchecking the editor dialog box. The part that does not match your report is I don't see the block dialog when choosing the add a block here link.
Try going to path admin/structure/context/settings and ensuring that "Use context editor dialog" is checked. If you have the context inline editor block placed on your site you will want to remove it as it will always be active. Once this setting is checked, all contextual links in blocks should have an option to configure layout. Choosing the configure layout option from within the contextual links for any block should then activate the inline editor for you.
Comment #2
tekante commentedUpdated the context_ui readme with information about how to enable the inline editor which no longer requires block placement or use of the admin module.
Comment #4
brad.bulger commentedNone of that has happened.The main Context README file still says you need the Admin module. It appears that you don't, but you do still need to place the Context editor block somewhere on the page to be able to use this. If there are changes still pending, they're not in the current dev version of the module.Comment #5
brad.bulger commentedAdditionally, placing the Context editor block into some region of the theme makes it appear all the time. The contextual link is irrelevant - clicking it makes nothing happen that isn't already happening. If this is how it is supposed to work, it seems a bit odd.
Comment #6
brad.bulger commentedOK, it looks like the functional issues are actually #2283901: Context inline editor only displaying in Bartik theme. The main module README file still does imply that Admin is needed.
Comment #7
tekante commentedFurther clarified the main README file pointing to the context_ui README for information about the inline editor.