Needs review
Project:
Boron for Zen (HTML5 base theme)
Version:
6.x-1.0-beta1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
14 Oct 2010 at 12:42 UTC
Updated:
22 Feb 2011 at 12:39 UTC
I can't make "Show block editing on hover" to work properly. When I enable this option here: /admin/build/themes/settings/boron_zen, I can see "edit menu", "configure", "edit blocks" static links below each block and menu, but nothing changes on hover (in newest Chrome and Firefox 3.6 @ Ubuntu Karmic x64).
Comments
Comment #1
rtackett commentedI am having the same issue.
Comment #2
anniegreens commentedIf I remember correctly when I was trying Boron for Zen, before creating my own HTML5 theme for Zen, I had to add the block-editing.css file. The contents of this file are:
Comment #3
rtackett commentedI found the issue. The zen block editing is looking for div.block.with-block-editing div.edit
With the HTML5 entities, the block div is actually named "section". Replace the block-editing.css with this code:
Comment #4
R2-D8 commentedI can confirm this correction helps, but...
I also hat to alter block.tpl.php from
to
I don't know if this is html5-compliant, but for me block editing is only an admin feature- so I don't mind.