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 93426 Details for
Bug 223892
[hovering] Should make sure that F2 hovers can be closed with Esc
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
closeable_hovers_patch.txt (text/plain), 1.06 KB, created by
Markus Keller
on 2008-03-25 12:43:22 EDT
(
hide
)
Description:
Fix
Filename:
MIME Type:
Creator:
Markus Keller
Created:
2008-03-25 12:43:22 EDT
Size:
1.06 KB
patch
obsolete
>### Eclipse Workspace Patch 1.0 >#P org.eclipse.jface.text >Index: src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java >=================================================================== >RCS file: /cvsroot/eclipse/org.eclipse.jface.text/src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java,v >retrieving revision 1.21 >diff -u -r1.21 BrowserInformationControl.java >--- src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java 19 Mar 2008 13:54:11 -0000 1.21 >+++ src/org/eclipse/jface/internal/text/html/BrowserInformationControl.java 25 Mar 2008 16:40:12 -0000 >@@ -627,4 +627,15 @@ > return new Point(widthInChars * width, heightInChars * height); > } > >+ /* >+ * @see org.eclipse.jface.text.AbstractInformationControl#setFocus() >+ */ >+ public void setFocus() { >+ if ("carbon".equals(SWT.getPlatform())) //$NON-NLS-1$ >+ // Workaround for https://bugs.eclipse.org/bugs/show_bug.cgi?id=89820 : >+ // Don't set focus to browser widget to avoid losing keyboard control. >+ getShell().forceFocus(); >+ else >+ super.setFocus(); >+ } > }
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 223892
: 93426