Community
Participate
Working Groups
There is a big gap between the property sheet header and the property sheet elements.
This is because there is an EmptySection added to each dtd node property sheet (probably so that a property page still shows up even though we come across an unknown node) So half the property sheet is the empty section. To fix: org.eclipse.wst.dtd.ui.internal.properties.section.EmptySection Add the following method (to override AbstractSection's implementation) public int getMinimumHeight() { return 0; }
Marking this dependent on bug 141106 because that bug's fix includes fix for this bug.
Since bug 141106 is fixed, so is this one.
even though bug 141106 was reopened, verified this bug is fixed in wtp 1.5rc5