Download
Getting Started
Members
Projects
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
More
Community
Marketplace
Events
Planet Eclipse
Newsletter
Videos
Participate
Report a Bug
Forums
Mailing Lists
Wiki
IRC
How to Contribute
Working Groups
Automotive
Internet of Things
LocationTech
Long-Term Support
PolarSys
Science
OpenMDM
Toggle navigation
Bugzilla – Attachment 138792 Details for
Bug 279228
[CTabFolder] Maximizing a minimized folder fires a "restore" event
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
Log In
[x]
|
Terms of Use
|
Copyright Agent
Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read
this important communication.
[patch]
Proposed patch.
Bug-279228.patch (text/plain), 1.56 KB, created by
Ivan Furnadjiev
on 2009-06-10 09:56:46 EDT
(
hide
)
Description:
Proposed patch.
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2009-06-10 09:56:46 EDT
Size:
1.56 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/custom/CTabFolder.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/custom/CTabFolder.js,v >retrieving revision 1.4 >diff -u -r1.4 CTabFolder.js >--- js/org/eclipse/swt/custom/CTabFolder.js 24 Nov 2008 09:00:07 -0000 1.4 >+++ js/org/eclipse/swt/custom/CTabFolder.js 10 Jun 2009 13:56:40 -0000 >@@ -1,5 +1,5 @@ > /******************************************************************************* >- * Copyright (c) 2002, 2008 Innoopract Informationssysteme GmbH. >+ * Copyright (c) 2002, 2009 Innoopract Informationssysteme GmbH. > * All rights reserved. This program and the accompanying materials > * are made available under the terms of the Eclipse Public License v1.0 > * which accompanies this distribution, and is available at >@@ -7,6 +7,7 @@ > * > * Contributors: > * Innoopract Informationssysteme GmbH - initial API and implementation >+ * EclipseSource - ongoing development > ******************************************************************************/ > > qx.Class.define( "org.eclipse.swt.custom.CTabFolder", { >@@ -373,7 +374,7 @@ > } > } else { > // Maximize button was pressed >- if( this._minMaxState == "normal" || this.minMaxState == "min" ) { >+ if( this._minMaxState == "normal" || this._minMaxState == "min" ) { > this.setMinMaxState( "max" ); > event = "org.eclipse.swt.events.ctabFolderMaximized"; > } else {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 279228
: 138792