Closed (outdated)
Project:
Editable Fields
Version:
6.x-2.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
18 Mar 2010 at 17:56 UTC
Updated:
25 Nov 2016 at 23:12 UTC
Jump to comment: Most recent
Comments
Comment #1
andreiashu commentedHi,
This is fixed in 6--3 dev branch.
Comment #3
abaddon commentedit should be ported to 2.x as well, to the stable release, its a simple fix and it works for me
Comment #4
abaddon commentedComment #5
abaddon commentedthe problem is actually in Drupal.editablefields.onblur handler, when checking the parents class it should use .length or it will always fail, this is coupled with the first patch because "this" has the event and not what "this" is at the time of the event scheduling.. or you could create another var to hold it.. works either way
Comment #6
rjbrown99 commented#5 I think your patch is showing it backwards, no? IE the .length line should be + and the other line should be -.
Comment #7
lunk rat commentedIs there a final way to patch the 6.x-2.x-dev version to fix the onblur so that it closes fields after the cursor leaves the field?
Comment #8
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.