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 54910 Details for
Bug 75812
[browser] Cursor over Safari Browser does not change
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]
swt patch
patch (text/plain), 1.17 KB, created by
Grant Gayed
on 2006-12-01 13:24:01 EST
(
hide
)
Description:
swt patch
Filename:
MIME Type:
Creator:
Grant Gayed
Created:
2006-12-01 13:24:01 EST
Size:
1.17 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.swt >Index: Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java,v >retrieving revision 1.79 >diff -u -r1.79 Browser.java >--- Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java 17 Nov 2006 21:08:46 -0000 1.79 >+++ Eclipse SWT Browser/carbon/org/eclipse/swt/browser/Browser.java 1 Dec 2006 18:12:26 -0000 >@@ -345,6 +345,7 @@ > int[] mask = new int[] { > OS.kEventClassKeyboard, OS.kEventRawKeyDown, > OS.kEventClassControl, OS.kEventControlDraw, >+ OS.kEventClassControl, OS.kEventControlSetCursor, > OS.kEventClassTextInput, OS.kEventTextInputUnicodeForKeyEvent, > }; > int controlTarget = OS.GetControlEventTarget(webViewHandle); >@@ -719,6 +720,9 @@ > int handleCallback(int nextHandler, int theEvent) { > int eventKind = OS.GetEventKind(theEvent); > switch (eventKind) { >+ case OS.kEventControlSetCursor: { >+ return OS.noErr; >+ } > case OS.kEventControlDraw: { > /* > * Bug on Safari. The web view cannot be obscured by other views above it.
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 75812
:
29815
|
54861
| 54910