Ticket #22 (closed defect: invalid)

Opened 7 years ago

Last modified 7 years ago

editor.config.statusbar='false'

Reported by: Reg Brehaut <reg@…> Owned by: gogo
Priority: normal Milestone:
Component: Xinha Core Version: 0.1
Severity: minor Keywords:
Cc:

Description

Setting

editor.config.statusbar='false'

does not prevent the status bar from showing. This bug(?) also exists in IT's version of htmlarea

Setting "display: none;" in CSS does suppress it.

Am I doing something wrong in my config setting or it is this really a bug?

Change History

Changed 7 years ago by gogo

  • status changed from new to closed
  • resolution set to invalid

It's

{{ editor.config.statusBar = false; }}

(uppercase B, no quotes around false), let me know if that fixes it, otherwise reopen.

Changed 7 years ago by Reg Brehaut <reg@…>

It works just fine, thank you very much

Reg

Note: See TracTickets for help on using tickets.