Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 400110

Summary: SearchExplorer - no reaction on check/uncheck rows
Product: [ECD] Orion Reporter: Malgorzata Janczarska <malgorzata.tomczyk>
Component: ClientAssignee: Malgorzata Janczarska <malgorzata.tomczyk>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: libingw
Version: 2.0   
Target Milestone: 2.0 RC1   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Malgorzata Janczarska CLA 2013-02-06 09:58:08 EST
Checking/unchecking rows in search explorer should be reflected in changes in the bottom view (Search+Replace, String Externalizer) or checking/unchecking rows below in the tree. Right now nothing is happening.
Comment 1 Malgorzata Janczarska CLA 2013-02-06 10:02:21 EST
The problem was in explorer.js, we where using itemId to save the row id, but itemId for span in FF is transformed to a absolute location (at least in FF), so the domain and path was added to it, later when we tried to find which rows where checked we could not match the id with the row id.