The scroll bar does not adjust itself when change a frame's size

Forums » Opera for Windows/Mac/Linux » Opera browser

You need to be logged in to post in the forums. If you do not have an account, please sign up first.

Go to last post

29. April 2010, 02:21:53

itea

Posts: 10

The scroll bar does not adjust itself when change a frame's size

I used javascript to adjust the top frame's size and the scroll bar in main frame appears not working correctly.

$('#adjust-room').click(function(){
        if($('#topbanner').css('display') != 'none') {
	        $('#topbanner').hide();
	        $('frameset', window.parent.document).attr('rows', '20,*');
        } else {
        	$('#topbanner').show();
	        $('frameset', window.parent.document).attr('rows', '135,*');
        }
    });


before adjust frame:


after:

29. April 2010, 02:23:12

itea

Posts: 10

B.T.W

Opera 10.53, 3374
10.52 and 10.51 also contains this bug.

30. April 2010, 04:04:07

itea

Posts: 10

Hey, It's a bug, isn't it ?

Forums » Opera for Windows/Mac/Linux » Opera browser