Editor toolbar not appearing on empty text

Hi There!,

I am using Neos 4.3 with Ckeditor 4 and also on the stagging Neos 7 with CKEditor 4.

While working with empty text style editor options are disabled, while it must visible for empty text too. I have attached the screenshot.

Please suggest how to do this or fix this.

Thanks in Advance!

Nodetype configuration help me to resolve the issue, hope this will help someone.

'Neos.NodeTypes:Text':
  superTypes:
    'Neos.Neos:Content': true
    'Neos.NodeTypes:TextMixin': true
    'Neos.NodeTypes.ColumnLayouts:Column': true
  properties:
    text:
      ui:
        inlineEditable: true
        reloadIfChanged: false
        inline:
          editorOptions:
            placeholder: 'Enter Text'
            reloadIfChanged: false
            formatting:
              strong: true