Side navigation
#14436 closed bug (invalid)
Opened October 10, 2013 05:03PM UTC
Closed October 28, 2013 08:33AM UTC
.height() problem with firefox
Reported by: | courtaks@yahoo.com | Owned by: | courtaks@yahoo.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.10.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
when i try to calculate:
window_height = $(window).height();
alert(window.height);
it outputs 0 every time.
Attachments (0)
Change History (3)
Changed October 10, 2013 05:07PM UTC by comment:1
Changed October 13, 2013 12:11PM UTC by comment:2
owner: | → courtaks@yahoo.com |
---|---|
status: | new → pending |
Please provide a test case in jsfiddle.
Changed October 28, 2013 08:33AM UTC by comment:3
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
sorry i mean :
alert(window_height);