Closed (outdated)
Project:
Editable Fields
Version:
6.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Mar 2011 at 05:29 UTC
Updated:
25 Nov 2016 at 23:10 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
Vote_Sizing_Steve commentedHere's a work-around, as a css style:
div.clicktoedit div{
display: block !important; }
... it will ruin the hover effect, but does show the links for empty fields.
Comment #2
andreiashu commentedI hope we will fix this issue in 6.3 branch
Comment #3
Peter Bex commentedHow about this, instead? You don't need the important override, it can just be added to the default CSS.
div.clicktoedit { min-width: 1em; min-height: 1em; }Attached is a patch against editablefields-6.x-2.0 to add this (and an IE6 hack) to the CSS.
Comment #4
joelpittetClosing this to triage the queue. Feel free to comment if you'd like this to be re-opened, though currently there is nobody supporting the 6.x branch.