Project

General

Profile

« Previous | Next » 

Revision f36d2451

Added by Patrick Plitzner almost 6 years ago

ref #7040 Speed up rendering of details view

  • avoid redundant reflowing of composite when editing

View differences:

eu.etaxonomy.taxeditor.store/src/main/java/eu/etaxonomy/taxeditor/ui/section/AbstractCdmDetailElement.java
241 241
		if (isRelevant) {
242 242
			((AbstractIdentifiableEntityDetailElement) this)
243 243
					.updateToggleableCacheField();
244
			updateParentSection();
245 244
		}
246 245
	}
247 246

  
......
249 248
		if (getParentElement() instanceof AbstractCdmDetailSection) {
250 249
			((AbstractCdmDetailSection) getParentElement()).updateTitle();
251 250
		}
252
		StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true);
251
		//NOTE: This slows down the rendering of the details view
252
//		StoreUtil.reflowParentScrolledForm(getLayoutComposite(), true);
253 253
	}
254 254

  
255 255
	/**

Also available in: Unified diff