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 236419 Details for
Bug 419236
Searching HTML5 filesystem doesn't show the "No results" message
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 file
patch419236.txt (text/plain), 898 bytes, created by
libing wang
on 2013-10-11 16:45:10 EDT
(
hide
)
Description:
patch file
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-11 16:45:10 EDT
Size:
898 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/searchClient.js b/bundles/org.eclipse.orion.client.ui/web/orion/searchClient.js >index 8bebb8a..d4f6e23 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/searchClient.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/searchClient.js >@@ -211,7 +211,7 @@ > return transformed; > }; > if(this._crawler && searchParams.nameSearch){ >- this._crawler.searchName(searchParams, function(jsonData){renderer(transform(jsonData), null, null, searchParams);}); >+ this._crawler.searchName(searchParams, function(jsonData){renderer(transform(jsonData), searchParams.keyword, null, searchParams);}); > } else { > try { > this.registry.getService("orion.page.progress").progress(this._fileService.search(searchParams), "Searching " + searchParams.keyword).then(function(jsonData) { //$NON-NLS-1$ //$NON-NLS-0$
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 Raw
Actions:
View
Attachments on
bug 419236
: 236419