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 206841 Details for
Bug 363582
[QuickAccess] Quick access closes during resize
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
bug365382.txt (text/plain), 991 bytes, created by
Dean Roberts
on 2011-11-11 08:38:50 EST
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dean Roberts
Created:
2011-11-11 08:38:50 EST
Size:
991 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java >index f0300de..bcbc736 100644 >--- a/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java >+++ b/bundles/org.eclipse.ui.workbench/Eclipse UI/org/eclipse/ui/internal/quickaccess/SearchField.java >@@ -309,8 +309,9 @@ > protected void checkFocusLost(final Table table, final Text text) { > table.getDisplay().asyncExec(new Runnable() { > public void run() { >- if (!table.isDisposed() && !text.isDisposed()) { >- if (!table.isFocusControl() && !text.isFocusControl()) { >+ if (!shell.isDisposed() && !table.isDisposed() && !text.isDisposed()) { >+ if (!shell.isFocusControl() && !table.isFocusControl() >+ && !text.isFocusControl()) { > text.setText(""); //$NON-NLS-1$ > quickAccessContents.resetProviders(); > }
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 363582
: 206841 |
206842