| Summary: | SearchExplorer - no reaction on check/uncheck rows | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Malgorzata Janczarska <malgorzata.tomczyk> |
| Component: | Client | Assignee: | 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
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. |