GitHub user sebastianrothbucher opened a pull request: https://github.com/apache/couchdb-fauxton/pull/232
Fix COUCHDB-2543 by avoiding overlapping callbacks for two editors Effectively, I suffix the editor ID when registering for the callbacks. And when doing that (need to clean the "edited" state when hiding the modal) I can also handle the unnerving bug that one can close the string editor without warning and loose all changes. You can merge this pull request into a Git repository by running: $ git pull https://github.com/sebastianrothbucher/couchdb-fauxton 2543-docedit-modal Alternatively you can review and apply these changes as the patch at: https://github.com/apache/couchdb-fauxton/pull/232.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #232 ---- commit e7d002a95532cf2d5a849e1d11ffe692318d5398 Author: sebastianrothbucher <sebastianrothbuc...@googlemail.com> Date: 2015-01-18T16:52:36Z Fix COUCHDB-2543 by avoiding overlapping callbacks for two editors ---- --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---