Changes between Initial Version and Version 1 of Ticket #8940, comment 8


Ignore:
Timestamp:
Jan 3, 2013, 10:03:55 PM (10 years ago)
Author:
tj.vantoll
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8940, comment 8

    initial v1  
    1 The value for {{{scrollHeight}}} and {{{scrollWidth}}} on {{{document.body}} is inconsistent between WebKit and all other browsers.  View http://jsfiddle.net/QdKBn/2/ in the latest Chrome and Firefox and compare values to see what I'm talking about.
     1The value for {{{scrollHeight}}} and {{{scrollWidth}}} on {{{document.body}}} is inconsistent between WebKit and all other browsers.  View http://jsfiddle.net/QdKBn/2/ in the latest Chrome and Firefox and compare values to see what I'm talking about.
    22
    33In this case I would say that WebKit is incorrect because the {{{scrollHeight}}} and {{{scrollWidth}}} *should* be {{{200}}}, since the body is explicitly set to a width/height of {{{200px}}} in the CSS.  Both are 200 in Firefox, Opera, and IE 7 - 10.