Project

General

Profile

Bug #75397

Updated by Frank Nägler over 8 years ago

The FormEngine renders an empty and useless div: @<div class="t3-form-field-disable"></div>@ in case the parent element get the class disabled, this empty div will overlay the item. This is broken because of a classname change. 

 This should be fixed. maybe we don't need the overlay div anymore and can fix the behavior with modern CSS / JS let's remove it.

Back