Active
Project:
gProximity
Version:
5.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Jun 2008 at 15:35 UTC
Updated:
12 Jun 2008 at 19:12 UTC
I have two nodes (A, B), each with two locations (1, 2). That produces four location markers in my map view, and four links in my results window. The links are listed in this order (A1, B1, B2, A2) [see other bug re: sorting]. Now, here's what happens if I click on each of these links in the results area:
A1: Info box in map shows text for A1 (great!)
B1: Info box in map shows text for A2 (bad)
B2: Opens up node B (expecting info box in the map)
A2: Opens up node A (expecting info box in the map)
So (1) the wrong info box opened up, and (2) nodes were opening instead info boxes. I assigned this bug as critical because of #1.
Comments
Comment #1
greenskin commentedThis is an issue if you have the 'edit' link showing. I need to rework how this is done so that the 'edit' link does not interfere. For now try removing the 'edit' link.
Comment #2
mgenovese commentedYou mean the "edit" link for the entire view?
Comment #3
greenskin commentedI mean the edit link next to the node title in the review pane. If this is removed from the info window field or a user does not have permission to edit the node, than the links will open the info windows correctly. This does need to be fixed though for when the edit link is shown, but have no worries that an end user won't get the desired effect as long as they don't see the edit link.
Comment #4
mgenovese commentedYes, I confirmed that removing the edit tab (e.g. logging out) does fix that one problem.
HOWEVER, the other problem relating to results links not opening up the info windows in the map still remains.