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

Issue 7565021: Options: Focus the placeholder input element if an item was added through the (Closed)

Created:
9 years, 4 months ago by James Hawkins
Modified:
9 years, 4 months ago
Reviewers:
csilv
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Options: Focus the placeholder input element if an item was added through the placeholder. BUG=80038 TEST=none R=csilv@chromium.org Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=95360

Patch Set 1 #

Total comments: 4

Patch Set 2 : Review fixes. #

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

Messages

Total messages: 3 (0 generated)
James Hawkins
9 years, 4 months ago (2011-08-04 00:03:41 UTC) #1
csilv
lgtm http://codereview.chromium.org/7565021/diff/1/chrome/browser/resources/options/inline_editable_list.js File chrome/browser/resources/options/inline_editable_list.js (right): http://codereview.chromium.org/7565021/diff/1/chrome/browser/resources/options/inline_editable_list.js#newcode250 chrome/browser/resources/options/inline_editable_list.js:250: // a short timeout in order for the ...
9 years, 4 months ago (2011-08-04 00:14:35 UTC) #2
James Hawkins
9 years, 4 months ago (2011-08-04 01:06:05 UTC) #3
http://codereview.chromium.org/7565021/diff/1/chrome/browser/resources/option...
File chrome/browser/resources/options/inline_editable_list.js (right):

http://codereview.chromium.org/7565021/diff/1/chrome/browser/resources/option...
chrome/browser/resources/options/inline_editable_list.js:250: // a short timeout
in order for the attachment to occurr.
On 2011/08/04 00:14:35, csilv wrote:
> typo: "occur"

Done.

http://codereview.chromium.org/7565021/diff/1/chrome/browser/resources/option...
chrome/browser/resources/options/inline_editable_list.js:255:
self.parentNode.focusPlaceholder = false;
On 2011/08/04 00:14:35, csilv wrote:
> could this be simplified as:
>   list.focusPlaceholder = false;
> ?

Done.

Powered by Google App Engine
This is Rietveld 408576698