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 140776 Details for
Bug 280065
[table] Strange item appearance after scrolling in Safari
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-280065.patch (text/plain), 1.31 KB, created by
Jordan Yakovchev
on 2009-07-03 09:46:34 EDT
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Jordan Yakovchev
Created:
2009-07-03 09:46:34 EDT
Size:
1.31 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/swt/widgets/TableItem.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/swt/widgets/TableItem.js,v >retrieving revision 1.22 >diff -u -r1.22 TableItem.js >--- js/org/eclipse/swt/widgets/TableItem.js 4 Jun 2009 11:48:55 -0000 1.22 >+++ js/org/eclipse/swt/widgets/TableItem.js 3 Jul 2009 13:42:16 -0000 >@@ -301,9 +301,7 @@ > node.style.height = height + org.eclipse.swt.widgets.TableItem.PX; > // set line height to enable vertical centering > node.style.lineHeight = height + org.eclipse.swt.widgets.TableItem.PX; >- if( font != "" ) { >- node.style.font = font; >- } else { >+ if( font == "" && qx.core.Variant.isSet( "qx.client", "mshtml" ) ) { > // Resetting style.font causes errors in IE with any of these syntaxes: > // node.style.font = null | undefined | "inherit" | ""; > node.style.fontFamily = ""; >@@ -311,6 +309,8 @@ > node.style.fontVariant = ""; > node.style.fontStyle = ""; > node.style.fontWeight = ""; >+ } else { >+ node.style.font = font; > } > node.style.color = foreground; > node.style.backgroundColor = "";
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 280065
: 140776