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 194718 Details for
Bug 344687
Application layout completely broken in Opera
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]
Patch to disable shadows in Opera
Bug-344687.patch (text/plain), 905 bytes, created by
Ivan Furnadjiev
on 2011-05-04 10:15:31 EDT
(
hide
)
Description:
Patch to disable shadows in Opera
Filename:
MIME Type:
Creator:
Ivan Furnadjiev
Created:
2011-05-04 10:15:31 EDT
Size:
905 bytes
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.rap.rwt.q07 >Index: js/org/eclipse/rwt/GraphicsMixin.js >=================================================================== >RCS file: /cvsroot/rt/org.eclipse.rap/runtime.rwt/org.eclipse.rap.rwt.q07/js/org/eclipse/rwt/GraphicsMixin.js,v >retrieving revision 1.26 >diff -u -r1.26 GraphicsMixin.js >--- js/org/eclipse/rwt/GraphicsMixin.js 14 Apr 2011 23:01:17 -0000 1.26 >+++ js/org/eclipse/rwt/GraphicsMixin.js 4 May 2011 14:14:20 -0000 >@@ -25,7 +25,9 @@ > this._shadowSupport = version >= 7; > break; > case "opera": >- this._shadowSupport = version >= 9.8; >+ // [if] Temporary disable shadows. See bug 344687 >+ // this._shadowSupport = version >= 9.8; >+ this._shadowSupport = false; > break; > case "webkit": > var browser = org.eclipse.rwt.Client.getBrowser();
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 344687
:
194691
|
194692
| 194718