Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(409)

Issue 7004058: Commit inline editable list changes when window loses focus. (Closed)

Created:
9 years, 7 months ago by Evan Stade
Modified:
9 years, 6 months ago
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Commit inline editable list changes when window loses focus. BUG=79251 TEST=manual Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86694

Patch Set 1 #

Total comments: 3

Patch Set 2 : nodeinserted #

Total comments: 1

Patch Set 3 : handle blurs statically #

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -15 lines) Patch
M chrome/browser/resources/options/content_settings_exceptions_area.js View 1 1 chunk +0 lines, -13 lines 0 comments Download
M chrome/browser/resources/options/inline_editable_list.js View 1 2 2 chunks +17 lines, -2 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
Evan Stade
rbyers: use of EventTracker stuartmorgan: everything http://codereview.chromium.org/7004058/diff/1/chrome/browser/resources/options/content_settings_exceptions_area.js File chrome/browser/resources/options/content_settings_exceptions_area.js (left): http://codereview.chromium.org/7004058/diff/1/chrome/browser/resources/options/content_settings_exceptions_area.js#oldcode348 chrome/browser/resources/options/content_settings_exceptions_area.js:348: function handleBlur(e) { ...
9 years, 7 months ago (2011-05-21 02:39:31 UTC) #1
stuartmorgan
LGTM http://codereview.chromium.org/7004058/diff/1/chrome/browser/resources/options/inline_editable_list.js File chrome/browser/resources/options/inline_editable_list.js (right): http://codereview.chromium.org/7004058/diff/1/chrome/browser/resources/options/inline_editable_list.js#newcode375 chrome/browser/resources/options/inline_editable_list.js:375: focusElement.blur(); I'm afraid this will be confusing/unexpected for ...
9 years, 7 months ago (2011-05-23 16:54:49 UTC) #2
Evan Stade
ping rick (use of EventTracker)
9 years, 7 months ago (2011-05-24 22:00:36 UTC) #3
Rick Byers
Sorry for the delay - just got back from vacation / Canadian holiday and caught ...
9 years, 7 months ago (2011-05-25 03:04:15 UTC) #4
Evan Stade
you are right. I doubt we ever remove and then re-add a list but we ...
9 years, 7 months ago (2011-05-25 17:44:52 UTC) #5
Rick Byers
Yeah, it sucks that this much complexity is necessary to handle all the cases. The ...
9 years, 7 months ago (2011-05-25 18:17:23 UTC) #6
Evan Stade
how about this? There's some inefficiency in that you have to walk up the node ...
9 years, 7 months ago (2011-05-25 18:45:03 UTC) #7
Rick Byers
Yep - I like that. A lot simpler, and I agree that it's better than ...
9 years, 7 months ago (2011-05-25 18:53:32 UTC) #8
Rick Byers
9 years, 7 months ago (2011-05-25 19:42:40 UTC) #9
LGTM

Powered by Google App Engine
This is Rietveld 408576698