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

Issue 8573016: Print Preview: Fixing tab order of hidden elements. (Closed)

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

Description

Print Preview: Fixing tab order of hidden elements. BUG=103997 TEST=Changing focus using tab should only navigate to visible elements. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=110461

Patch Set 1 #

Patch Set 2 : Removing console.log #

Total comments: 2

Patch Set 3 : Removing some unneeded code. #

Total comments: 13

Patch Set 4 : Addressing comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+51 lines, -19 lines) Patch
M chrome/browser/resources/print_preview/print_preview.css View 1 chunk +0 lines, -1 line 0 comments Download
M chrome/browser/resources/print_preview/print_preview_animations.js View 1 2 3 3 chunks +51 lines, -18 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
dpapad
Fixed the event handlers that execute when an animation ends (they were only executing for ...
9 years, 1 month ago (2011-11-15 21:34:27 UTC) #1
Evan Stade
http://codereview.chromium.org/8573016/diff/6/chrome/browser/resources/print_preview/print_preview_animations.js File chrome/browser/resources/print_preview/print_preview_animations.js (right): http://codereview.chromium.org/8573016/diff/6/chrome/browser/resources/print_preview/print_preview_animations.js#newcode80 chrome/browser/resources/print_preview/print_preview_animations.js:80: eventTracker.add(el, 'webkitTransitionEnd', shuoldn't this be Animation not Transition
9 years, 1 month ago (2011-11-16 04:16:31 UTC) #2
dpapad
http://codereview.chromium.org/8573016/diff/6/chrome/browser/resources/print_preview/print_preview_animations.js File chrome/browser/resources/print_preview/print_preview_animations.js (right): http://codereview.chromium.org/8573016/diff/6/chrome/browser/resources/print_preview/print_preview_animations.js#newcode80 chrome/browser/resources/print_preview/print_preview_animations.js:80: eventTracker.add(el, 'webkitTransitionEnd', On 2011/11/16 04:16:31, Evan Stade wrote: > ...
9 years, 1 month ago (2011-11-16 19:37:28 UTC) #3
Evan Stade
http://codereview.chromium.org/8573016/diff/5001/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (left): http://codereview.chromium.org/8573016/diff/5001/chrome/browser/resources/print_preview/print_preview.css#oldcode169 chrome/browser/resources/print_preview/print_preview.css:169: -webkit-transition: color 200ms; why remove? http://codereview.chromium.org/8573016/diff/5001/chrome/browser/resources/print_preview/print_preview_animations.js File chrome/browser/resources/print_preview/print_preview_animations.js (right): ...
9 years, 1 month ago (2011-11-16 20:04:23 UTC) #4
dpapad
http://codereview.chromium.org/8573016/diff/5001/chrome/browser/resources/print_preview/print_preview.css File chrome/browser/resources/print_preview/print_preview.css (left): http://codereview.chromium.org/8573016/diff/5001/chrome/browser/resources/print_preview/print_preview.css#oldcode169 chrome/browser/resources/print_preview/print_preview.css:169: -webkit-transition: color 200ms; On 2011/11/16 20:04:23, Evan Stade wrote: ...
9 years, 1 month ago (2011-11-16 21:09:25 UTC) #5
Evan Stade
lgtm
9 years, 1 month ago (2011-11-17 00:34:19 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/dpapad@chromium.org/8573016/9002
9 years, 1 month ago (2011-11-17 02:05:41 UTC) #7
commit-bot: I haz the power
9 years, 1 month ago (2011-11-17 06:48:34 UTC) #8
Change committed as 110461

Powered by Google App Engine
This is Rietveld 408576698