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

Bug 257022

Summary: Migrate to qooxdoo 0.7.4
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Ralf Sternberg <rsternberg>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: ruediger.herrmann, stefan.roeck
Version: 1.2Keywords: plan
Target Milestone: 1.2 M4   
Hardware: All   
OS: All   
Whiteboard:
Bug Depends on:    
Bug Blocks: 226353, 239104, 244976, 257595    
Attachments:
Description Flags
This patch includes the qx.js, qx_debug.js and manual changes to RAP widgets.
none
The same patch without the modifications to qx.js and qx-debug.js
none
Revised patch for RWT to work with qx-0.7.4
none
replacement for org.eclipse.rap.rwt.q07/js/qx.js containing qx-0.7.4
none
replacement for org.eclipse.rap.rwt.q07/js/qx-debug.js none

Description Ivan Furnadjiev CLA 2008-12-01 03:01:06 EST
When qooxdoo 0.7.4 is available, the js Widget#dispose() method will be replaced with Widget#destroy(). This is a new method introduced in qooxdoo 0.7.4. All objects that are not widgets (Border, Font...) will be disposed with Object#dispose().
Comment 1 Ivan Furnadjiev CLA 2008-12-01 03:56:55 EST
Created attachment 119124 [details]
This patch includes the qx.js, qx_debug.js and manual changes to RAP widgets.

The qx.js and qx_debug.js are build against legacy_0_7_x (rev.16786).
In RAP widgets the dispose() method is replaced with distroy().
Comment 2 Ralf Sternberg CLA 2008-12-09 05:34:00 EST
Created attachment 119884 [details]
The same patch without the modifications to qx.js and qx-debug.js

This patch is to be applied after switching to qx-0.7.4.
Comment 3 Ralf Sternberg CLA 2008-12-10 08:18:17 EST
Created attachment 120035 [details]
Revised patch for RWT to work with qx-0.7.4
Comment 4 Ralf Sternberg CLA 2008-12-10 08:20:09 EST
Created attachment 120036 [details]
replacement for org.eclipse.rap.rwt.q07/js/qx.js containing qx-0.7.4
Comment 5 Ralf Sternberg CLA 2008-12-10 08:21:32 EST
Created attachment 120037 [details]
replacement for org.eclipse.rap.rwt.q07/js/qx-debug.js
Comment 6 Ralf Sternberg CLA 2008-12-10 09:04:31 EST
We're still struggling with one minor bug and we're awaiting ok from the Eclipse IP people to check 0.7.4 into CVS.
For everyone who likes to experiment with qooxdoo 0.7.4, we provide a patch (Attachment #3 [details]) against the rwt.q07 framgment and replacements for qx.js files (#4 and #5).
Comment 7 Ralf Sternberg CLA 2008-12-10 12:26:54 EST
qx-0.7.4 is in CVS HEAD.
The Javascript bug is fixed, we have ok for parallel IP, and there seem to be no further errors.
Comment 8 Ralf Sternberg CLA 2008-12-18 05:41:10 EST
qx-0.7.4 is also in the 1.1 SR branch.