Closed (outdated)
Project:
Editable Fields
Version:
6.x-2.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
26 Jan 2012 at 13:02 UTC
Updated:
25 Nov 2016 at 23:08 UTC
Jump to comment: Most recent

Comments
Comment #1
milham commentedI've found the answer.
it's like the problem is on nodereference_explorer.
i edit file nodereference_explorer_plugin_content_nodereference.js,
on:
nodereference_explorer_plugin_content_nodereference_setValue = function(widget, value) {
$(widget).val(value).blur(); //trigger change event for depending actions
}
i changed it into:
nodereference_explorer_plugin_content_nodereference_setValue = function(widget, value) {
$(widget).val(value).change(); //trigger change event for depending actions
}
And it works like a charm. :).
Thx Drupal Community
Comment #2
milham commentedi'm re open for this issue becauxe now. Editablefields only work only for one node in a page.
Example: when i create a page views with table style with 3 node per page, its only work for the first node. when i press Browse button at the second node, its open the modalframe. but the value is not insert into autocomplete field. so it can't be saved
thx for any help
Comment #3
joelpittetClosing this to triage the queue. Feel free to comment if you'd like this to be re-opened, though currently there is nobody supporting the 6.x branch.