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

Bug 386157

Summary: Orion causes warnings to show up in the Error Console
Product: [ECD] Orion Reporter: Mihai Sucan <mihai.sucan>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: mihai.sucan, Silenio_Quarti
Version: unspecified   
Target Milestone: 2.0 M1   
Hardware: PC   
OS: All   
Whiteboard:

Description Mihai Sucan CLA 2012-07-27 13:36:03 EDT
Whenever the Orion textview is loaded in Firefox you can see some warnings in the Error Console:

Warning: Use of removeAttributeNode() is deprecated. Use removeAttribute() instead.
Source File: http://orion.eclipse.org/orion/textview/textView.js
Line: 2814

Warning: Use of attributes' specified attribute is deprecated. It always returns true.
Source File: http://orion.eclipse.org/orion/textview/textView.js
Line: 2813
Comment 1 Silenio Quarti CLA 2012-08-16 16:49:15 EDT
I do not get those warnings with Firefox 14. Do I have to enable something in order to see them?
Comment 2 Mihai Sucan CLA 2012-08-17 07:06:53 EDT
I get these warnings in Firefox 15 beta in the Web Console and in the Error Console. Also tested with Firefox 17 (nightly).

Please test here:
https://orion.eclipse.org/examples/textview/demo.html

Afaik, I did not do anything special to see these warnings. Maybe they are not in Firefox 14 - only in newer versions.

Thanks!