Closed (fixed)
Project:
Nodereference Explorer
Version:
6.x-1.1-rc4
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Jun 2010 at 04:17 UTC
Updated:
1 Aug 2010 at 18:50 UTC
I am using NodeReference Explorer on a production site, and have just noticed this bug.
Reproduce-able by the following steps:
I'm sure this is probably a quick fix, and would love to see a quick solution!
Thanks for your help,
Adam
Comments
Comment #1
rcross commentedditto
Comment #2
rcross commentedThere seems to be a related issue where sometimes when filtering the listing will send the user off to a different page (outside the modal) which lists the results, but without any clear way of getting back to the content or selecting/submitting a choice.
Comment #3
sitron2 commented+1
Comment #4
gnindl commentedPlease proceed on issue #842248: Any one have an redirect issues after a filter? as it concerns exactly the same problems
Comment #5
gnindl commentedEmbedded Views might not be unique. Therefore this issue is Views related and is blocked until this issue #655002: 2 separate ajax views on a page => results updated in both places. is solved.
Try out the patch supplied in http://drupal.org/node/655002#comment-3195720.
Comment #6
gnindl commentedA fix has been included in the current dev snapshot. The patch from http://drupal.org/node/655002#comment-3200430 has been included in the hook_views_pre_render() generating a unique view dom id.