Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 389524

Summary: Remove DOM functions from util.js
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: ClientAssignee: Mark Macdonald <mamacdon>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: 1.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2012-09-13 11:19:15 EDT
The DOM-only functions should be moved out of util into a separate file. util is too large and pulls in dojo and dijit.
Comment 1 Mark Macdonald CLA 2012-09-13 11:30:14 EDT
Turns out the only purpose of the DOM functions in utils.js was to deal with innerText (IE8) vs. textContent. Since we do not support IE8 anymore, we can just use textContent everywhere and remove these functions.