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 236728 Details for
Bug 420001
Crawler search: Search model accumulates duplicated results when doing incremental rendering.
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.
patch420001.txt (text/plain), 656 bytes, created by
libing wang
on 2013-10-21 12:27:08 EDT
(
hide
)
Description:
Proposed fix.
Filename:
MIME Type:
Creator:
libing wang
Created:
2013-10-21 12:27:08 EDT
Size:
656 bytes
patch
obsolete
>diff --git a/bundles/org.eclipse.orion.client.ui/web/orion/searchModel.js b/bundles/org.eclipse.orion.client.ui/web/orion/searchModel.js >index fdda30c..cee1ebb 100644 >--- a/bundles/org.eclipse.orion.client.ui/web/orion/searchModel.js >+++ b/bundles/org.eclipse.orion.client.ui/web/orion/searchModel.js >@@ -133,6 +133,7 @@ > SearchResultModel.prototype.buildResultModel = function() { > this._restoreGlobalStatus(); > this._indexedFileItems = []; >+ this.getListRoot().children = []; > for (var i = 0; i < this._resultLocation.length; i++) { > var childNode = { > parent: this.getListRoot(),
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 420001
: 236728