Side navigation
#14193 closed bug (duplicate)
Opened July 28, 2013 03:41AM UTC
Closed July 28, 2013 04:39PM UTC
$(window).height() doesn't work correctly if <!DOCTYPE html> is not specified
| Reported by: | merih001@hotmail.com | Owned by: | |
|---|---|---|---|
| Priority: | undecided | Milestone: | None |
| Component: | unfiled | Version: | 2.0.3 |
| Keywords: | Cc: | ||
| Blocked by: | Blocking: |
Description
If you don't specify Doctype of html and start with <html> directly, $(window).height() is returning same value with $(document).height() and it is not updating when window resizes. So basically it is returning wrong value if no doctype specified
Attachments (0)
Change History (1)
Changed July 28, 2013 04:39PM UTC by comment:1
| resolution: | → duplicate |
|---|---|
| status: | new → closed |
Duplicate of #14192.