Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(145)

Issue 6816090: Checking if Transforms are hidden

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 1 month ago by david.burns
Modified:
10 years ago
Reviewers:
JimEvans
Base URL:
http://selenium.googlecode.com/svn/trunk
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : Checking if Transforms are hidden - Now cross browser #

Total comments: 4

Patch Set 3 : Updated after feedback and fix of recursive lookup #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+70 lines, -2 lines) Patch
javascript/atoms/dom.js View 1 2 1 chunk +35 lines, -1 line 2 comments Download
javascript/atoms/test/shown_test.html View 1 2 3 chunks +35 lines, -1 line 0 comments Download

Messages

Total messages: 5
david.burns
13 years, 1 month ago (2012-11-05 23:18:51 UTC) #1
david.burns
Checking if Transforms are hidden - Now cross browser
13 years, 1 month ago (2012-11-05 23:28:15 UTC) #2
andreastt2
http://codereview.appspot.com/6816090/diff/2001/dom.js File dom.js (right): http://codereview.appspot.com/6816090/diff/2001/dom.js#newcode857 dom.js:857: + var transform = bot.dom.getEffectiveStyle(e, 'transform') || Should getting ...
13 years, 1 month ago (2012-11-06 11:54:13 UTC) #3
david.burns
Updated after feedback and fix of recursive lookup
13 years, 1 month ago (2012-11-06 14:10:18 UTC) #4
JimEvans
13 years, 1 month ago (2012-11-06 14:23:50 UTC) #5
Code reviewed. See if my comments are valid.

http://codereview.appspot.com/6816090/diff/6001/javascript/atoms/dom.js
File javascript/atoms/dom.js (right):

http://codereview.appspot.com/6816090/diff/6001/javascript/atoms/dom.js#newco...
javascript/atoms/dom.js:864: debugger;
Did you mean to leave this line uncommented?

http://codereview.appspot.com/6816090/diff/6001/javascript/atoms/dom.js#newco...
javascript/atoms/dom.js:877: if (!(transform.x >= 0 && transform.y >= 0)){
Couldn't transform.x or transform.y be of the form '0px'? If so, will this
strict numeric comparison work?
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b