In IE7beta and Firefox, clicking on a FontFormat combo box opens it, but a second click does not close it.
To fix that, add the following lines to fckspecialcombo.js between the if(e) and if(this.SpecialCombo.Enabled) blocks of FCK_SpecialCombo_OnClick(e):
this.activated=this.activated?false:true;
this.SpecialCombo._Panel.PanelDiv.style.display=this.activated?'block':'none';
Although - I notice this does not fix the same bug which is in the colour picker - I'll look at that now.
Kae
To fix that, add the following lines to fckspecialcombo.js between the if(e) and if(this.SpecialCombo.Enabled) blocks of FCK_SpecialCombo_OnClick(e):
this.activated=this.activated?false:true;
this.SpecialCombo._Panel.PanelDiv.style.display=this.activated?'block':'none';
Although - I notice this does not fix the same bug which is in the colour picker - I'll look at that now.
Kae
RE: font format combo bug and fix
(you too bngobngo. I like people who live it)