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 236906 Details for
Bug 419289
Searching empty HTML5 filesystem shows "Searching..." forever
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.
Proposed fix patch
patch419289.txt (text/plain), 581 bytes, created by
libing wang
on 2013-10-25 11:00:52 EDT
(
hide
)
Description:
Proposed fix patch
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-25 11:00:52 EDT
Size:
581 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js b/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js >index 54fce3b..d8e5ded 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/crawler/searchCrawler.js >@@ -99,6 +99,8 @@ > } > var response = {numFound: results.length, docs: results }; > this.onSearchNameComplete({response: response}); >+ } else { >+ this.onSearchNameComplete({response: {numFound: 0, docs: []}}); > } > };
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 419289
: 236906