Changes between Initial Version and Version 1 of Ticket #8940, comment 8
- Timestamp:
- Jan 3, 2013, 10:03:55 PM (10 years ago)
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.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. 2 2 3 3 In 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.