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

Bug 292524

Summary: Support IE8 console for logging/debugging
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3    
Version: 1.3   
Target Milestone: 1.3 M3   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Fix 1
none
Fix 2 (alternative) none

Description Tim Buschtoens CLA 2009-10-16 09:32:49 EDT
IE8 has JS-console like firebug, but it is not 100% compatible with fireburg. It could be use to log messages instead of the popup-window. There are basically two ways to do this:
1.) Change/add a Qooxdoo-LogAppender. Needs to change the Qooxdoo-framework.
2.) Make the IE8-console compatible to firebug using JS. Needs to execute some JS before Qooxdoo is loaded.
Comment 1 Tim Buschtoens CLA 2009-10-16 09:35:34 EDT
Created attachment 149747 [details]
Fix 1

Changes the firebug-appender to be compatible with IE8 console.
Comment 2 Tim Buschtoens CLA 2009-10-16 09:36:46 EDT
Created attachment 149748 [details]
Fix 2 (alternative)

Changes IE8 console to be compatible with firebug.
Comment 3 RĂ¼diger Herrmann CLA 2009-10-23 11:36:20 EDT
Applied "Fix 1" to CVS HEAD