Skip to main content

Bug Tracker

Side navigation

#13135 closed bug (duplicate)

Opened December 30, 2012 06:41PM UTC

Closed December 30, 2012 09:25PM UTC

1.8.3_height

Reported by: anonymous Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.8.3
Keywords: Cc:
Blocked by: Blocking:
Description

ok

$(window).resize(function() {

$('#121').html( $(window).width() );

});

ok

bug

$(window).resize(function() {

$('#121').html( $(window).height() );

});

not worker

in firefox, jquery ver: 1.8.3

if jquery verstion is 1.7.2, it's worker ok.

email: iiibob@126.com

=
Attachments (0)
Change History (1)

Changed December 30, 2012 09:25PM UTC by dmethvin comment:1

resolution: → duplicate
status: newclosed

Duplicate of #13134.