Community
Participate
Working Groups
After adding the Internet Explorer library as a JavaScript runtime library, the JavaScript content assist will time out. STEPS TO REPRODUCE =============== o Create new project (Web Dynamic Project, Static Web Project, etc). o Add/create test.js file. o Open up test.js, and type document.g . On selection popup, select getElementById(elementId). o Works great! No problem. o Now, select your project. Right click then properties. Then, JavaScript>JavaScript Libraries. o Select Libraries tab. Then click on Add Runtime Library.... Pick Internet Explorer Library. o Now on your test.js, type document.g . On selection popup, select getElementById(elementId).. Your workspace should hang for at least 30 seconds. Then you get message box "Problems during content assist"
Created attachment 170681 [details] patch Patch limits search scope when the token is "" to the current compUnit and its super types.
Looks good.
Committed to R3_0_5_patches