275276277278279280281282283284285
try { body.appendChild(span); return getBoxSize(span); } finally { body.removeChild(span); } } public static boolean isVisible(Element element) { return !"none".equalsIgnoreCase(DOM.getComputedStyleAttribute(element,
265266267268269270271272273274275