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 200167 Details for
Bug 350784
Texts cut off when Browser zoomed
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]
fix for 1.4.1
bug350784_sr141.patch (text/plain), 1.49 KB, created by
Tim Buschtoens
on 2011-07-22 06:10:48 EDT
(
hide
)
Description:
fix for 1.4.1
Filename:
MIME Type:
Creator:
Tim Buschtoens
Created:
2011-07-22 06:10:48 EDT
Size:
1.49 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/rwt/widgets/MultiCellWidget.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/rwt/widgets/Attic/MultiCellWidget.js,v >retrieving revision 1.25 >diff -u -r1.25 MultiCellWidget.js >--- js/org/eclipse/rwt/widgets/MultiCellWidget.js 13 May 2011 13:17:13 -0000 1.25 >+++ js/org/eclipse/rwt/widgets/MultiCellWidget.js 22 Jul 2011 09:50:59 -0000 >@@ -796,7 +796,7 @@ > style.width = wrapWidth + "px"; > } > var result; >- if( org.eclipse.rwt.Client.isGecko() && element.getBoundingClientRect ) { >+ if( element.getBoundingClientRect ) { > // See Bug 340841 > var bounds = element.getBoundingClientRect(); > // In FF 3.0.x getBoundingClientRect has no width/height properties >Index: js/qx/ui/basic/Label.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/qx/ui/basic/Attic/Label.js,v >retrieving revision 1.5 >diff -u -r1.5 Label.js >--- js/qx/ui/basic/Label.js 13 May 2011 13:17:13 -0000 1.5 >+++ js/qx/ui/basic/Label.js 22 Jul 2011 09:50:59 -0000 >@@ -106,7 +106,9 @@ > > this._measureNode = node; > } >- >+ if( !qx.core.Variant.isSet( "qx.client", "mshtml" ) ) { >+ node.style.font = ""; >+ } > return node; > } > },
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 350784
:
198881
| 200167