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

Issue 8502042: Sync Promo: Fix up focus. (Closed)

Created:
9 years, 1 month ago by Dan Beam
Modified:
9 years ago
Reviewers:
sail, Evan Stade
CC:
chromium-reviews, arv (Not doing code reviews)
Visibility:
Public.

Description

Sync Promo: Fix up focus. R=sail@chromium.org,estade@chromium.org BUG=98928 TEST=Focus starts on user name. When you press shift tab you land on "Learn more" link. When you press enter on that link and press tab again, you're still on the same link (that now reads "Hide"). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=113123

Patch Set 1 #

Total comments: 1

Patch Set 2 : sail's review comments #

Patch Set 3 : just changing tabindex, focus seems to be fixed #

Patch Set 4 : changing to use byte order instead of tabindex/.focus() #

Patch Set 5 : and deleting stale ntp3 resources #

Total comments: 2

Patch Set 6 : just removing clearfix as we don't seem to need it anymore #

Patch Set 7 : alpha sort #

Unified diffs Side-by-side diffs Delta from patch set Stats (+35 lines, -479 lines) Patch
M chrome/browser/browser_resources.grd View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/resources/sync_promo.css View 1 2 3 1 chunk +0 lines, -130 lines 0 comments Download
D chrome/browser/resources/sync_promo.html View 1 2 3 1 chunk +0 lines, -29 lines 0 comments Download
D chrome/browser/resources/sync_promo.js View 1 2 3 1 chunk +0 lines, -292 lines 0 comments Download
A + chrome/browser/resources/sync_promo/sync_promo.css View 1 2 3 4 5 6 2 chunks +10 lines, -3 lines 0 comments Download
A + chrome/browser/resources/sync_promo/sync_promo.html View 1 2 3 1 chunk +5 lines, -5 lines 0 comments Download
A + chrome/browser/resources/sync_promo/sync_promo.js View 1 2 3 1 chunk +2 lines, -2 lines 0 comments Download
D chrome/browser/resources/sync_promo_minimize.png View 1 2 3 0 chunks +-1 lines, --1 lines 0 comments Download
M chrome/browser/resources/sync_setup_overlay.html View 1 2 3 2 chunks +17 lines, -17 lines 0 comments Download

Messages

Total messages: 28 (0 generated)
Dan Beam
9 years, 1 month ago (2011-11-09 01:49:03 UTC) #1
sail
http://codereview.chromium.org/8502042/diff/1/chrome/browser/resources/sync_promo.js File chrome/browser/resources/sync_promo.js (right): http://codereview.chromium.org/8502042/diff/1/chrome/browser/resources/sync_promo.js#newcode149 chrome/browser/resources/sync_promo.js:149: $('gaia-email').focus(); I don't think this is the correct fix. ...
9 years, 1 month ago (2011-11-09 01:54:39 UTC) #2
Dan Beam
On 2011/11/09 01:54:39, sail wrote: > http://codereview.chromium.org/8502042/diff/1/chrome/browser/resources/sync_promo.js > File chrome/browser/resources/sync_promo.js (right): > > http://codereview.chromium.org/8502042/diff/1/chrome/browser/resources/sync_promo.js#newcode149 > ...
9 years, 1 month ago (2011-11-09 07:11:58 UTC) #3
Dan Beam
9 years, 1 month ago (2011-11-09 07:12:31 UTC) #4
sail
> I was doing this but it was a bit hacky as I had to ...
9 years, 1 month ago (2011-11-09 15:18:43 UTC) #5
Dan Beam
On 2011/11/09 15:18:43, sail wrote: > > I was doing this but it was a ...
9 years, 1 month ago (2011-11-09 19:47:20 UTC) #6
sail
> And higher risk, no? I mean, not a lot, but a little bit. This ...
9 years, 1 month ago (2011-11-09 20:00:15 UTC) #7
Dan Beam
> My problem with your change is this. Currently, showGaiaLogin_() is called it > attempts ...
9 years, 1 month ago (2011-11-09 22:20:07 UTC) #8
Dan Beam
9 years, 1 month ago (2011-11-11 03:25:39 UTC) #9
Dan Beam
NOTE: tabindex="1" doesn't affect the sync setup overlay or the overall tab order as that ...
9 years, 1 month ago (2011-11-11 03:28:17 UTC) #10
Dan Beam
ping
9 years, 1 month ago (2011-11-12 02:33:49 UTC) #11
sail
LGTM Might want to also get this reviewed by someone more familiar with HTML.
9 years, 1 month ago (2011-11-12 20:12:24 UTC) #12
Dan Beam
On 2011/11/12 20:12:24, sail wrote: > LGTM > Might want to also get this reviewed ...
9 years, 1 month ago (2011-11-14 08:43:19 UTC) #13
Evan Stade
what happened to reordering the nodes so that tab order is naturally correct
9 years, 1 month ago (2011-11-14 19:16:12 UTC) #14
Dan Beam
On 2011/11/14 19:16:12, Evan Stade wrote: > what happened to reordering the nodes so that ...
9 years, 1 month ago (2011-11-14 19:46:09 UTC) #15
Dan Beam
On 2011/11/14 19:46:09, Dan Beam wrote: > On 2011/11/14 19:16:12, Evan Stade wrote: > > ...
9 years, 1 month ago (2011-11-14 20:15:58 UTC) #16
Dan Beam
9 years ago (2011-12-03 02:03:50 UTC) #17
Dan Beam
btw, I grepped for sync_promo_minimize.png in chrome/browser and didn't get any results - are we ...
9 years ago (2011-12-03 02:04:59 UTC) #18
sail
On 2011/12/03 02:04:59, Dan Beam wrote: > btw, I grepped for sync_promo_minimize.png in chrome/browser and ...
9 years ago (2011-12-03 02:07:59 UTC) #19
Dan Beam
9 years ago (2011-12-03 02:22:52 UTC) #20
Evan Stade
http://codereview.chromium.org/8502042/diff/19001/chrome/browser/resources/sync_promo/sync_promo.css File chrome/browser/resources/sync_promo/sync_promo.css (right): http://codereview.chromium.org/8502042/diff/19001/chrome/browser/resources/sync_promo/sync_promo.css#newcode34 chrome/browser/resources/sync_promo/sync_promo.css:34: /* Clearfix wrapper around the promo information and login. ...
9 years ago (2011-12-05 02:23:37 UTC) #21
Dan Beam
http://codereview.chromium.org/8502042/diff/19001/chrome/browser/resources/sync_promo/sync_promo.css File chrome/browser/resources/sync_promo/sync_promo.css (right): http://codereview.chromium.org/8502042/diff/19001/chrome/browser/resources/sync_promo/sync_promo.css#newcode34 chrome/browser/resources/sync_promo/sync_promo.css:34: /* Clearfix wrapper around the promo information and login. ...
9 years ago (2011-12-05 16:45:40 UTC) #22
Evan Stade
On 2011/12/05 16:45:40, Dan Beam wrote: > http://codereview.chromium.org/8502042/diff/19001/chrome/browser/resources/sync_promo/sync_promo.css > File chrome/browser/resources/sync_promo/sync_promo.css (right): > > http://codereview.chromium.org/8502042/diff/19001/chrome/browser/resources/sync_promo/sync_promo.css#newcode34 ...
9 years ago (2011-12-05 20:43:46 UTC) #23
sail
lgtm
9 years ago (2011-12-05 22:03:25 UTC) #24
Dan Beam
> lgtm with that comment Just removed the clear fix instead, didn't end up needing ...
9 years ago (2011-12-05 23:34:51 UTC) #25
Evan Stade
great, lgtm
9 years ago (2011-12-06 00:19:14 UTC) #26
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dbeam@chromium.org/8502042/24002
9 years ago (2011-12-06 00:20:45 UTC) #27
commit-bot: I haz the power
9 years ago (2011-12-06 06:18:36 UTC) #28
Change committed as 113123

Powered by Google App Engine
This is Rietveld 408576698