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 172449 Details for
Bug 317390
Editors hang for several seconds when processing input when Windows On-Screen Keyboard accessory is running
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
patch.txt (text/plain), 1.20 KB, created by
Carolyn MacLeod
on 2010-06-22 14:58:24 EDT
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Carolyn MacLeod
Created:
2010-06-22 14:58:24 EDT
Size:
1.20 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.swt >Index: Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.swt/Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java,v >retrieving revision 1.102 >diff -u -r1.102 Accessible.java >--- Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java 31 May 2010 16:44:11 -0000 1.102 >+++ Eclipse SWT Accessibility/win32/org/eclipse/swt/accessibility/Accessible.java 22 Jun 2010 18:53:00 -0000 >@@ -2095,9 +2095,9 @@ > return COM.S_FALSE; > } > if (childID == ACC.CHILDID_SELF) { >- if (DEBUG) print(this + ".IAccessible::get_accFocus() returning accessible " + getAddress() + hresult(COM.S_OK)); >+ if (DEBUG) print(this + ".IAccessible::get_accFocus() returning CHILDID_SELF " + hresult(COM.S_OK)); > AddRef(); >- setPtrVARIANT(pvarChild, COM.VT_DISPATCH, getAddress()); >+ setIntVARIANT(pvarChild, COM.VT_I4, COM.CHILDID_SELF); > return COM.S_OK; > } > if (DEBUG) print(this + ".IAccessible::get_accFocus() returning childID " + childIDToOs(childID) + hresult(COM.S_OK));
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 317390
: 172449