Celso Spina
Celso Spina

Reputation: 15

Fieldset Title is blank.Bug?

Why some fielsets title are blank? Please see images:

Fieldset tittle is blank

Ok in this form

Upvotes: 0

Views: 94

Answers (1)

paul-2011
paul-2011

Reputation: 704

This seems to be a regression with the latest Chrome version, as a workaround I came up with these two hacks:

.x-fieldset-header {
    overflow: unset;
}

.x-fieldset-header-tool-default > .x-tool-toggle {
    opacity: inherit;
}

the opacity hack fixes invisible arrows/checkboxes when the fieldset is set to collapsible.

Upvotes: 0

Related Questions