renevanderlende / dyndiv

Automatically exported from code.google.com/p/dyndiv
0 stars 0 forks source link

Minimized div does not honour it's vertical size #9

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Minimize div
2. And now move it to the bottom of a webpage, the minimized div at a
certain point can not be moved further down.
3.

What is the expected output? What do you see instead?

Minizing a div, and moving it downward on a page, reveals that the div
actually doesn't honour it's minimized size. When the bottom of the
original, but now invisible, part of the div hits the bottom of the
vertical extent of the webpage, it can now longer be moved further down.

This is especially a problem with large divs, and may even mean that a div
that has a vertical size as big as the HTML page, can not be moved
vertically at all even when minimized.

It would be really helpful if the div honoured it's minimized size, and
would be capable of being moved entirely to the bottom of a webpage.

What version of the product are you using? On what operating system?
RC1

Please provide any additional information below.
Thanks so much for providing these excellent Javascript tools! I love them.

Original issue reported on code.google.com by marcoboe...@gmail.com on 29 Jul 2009 at 8:46

GoogleCodeExporter commented 9 years ago
Hi,
thanks for the feedback, but this is by design.

You can remove the "dynDiv_bodyLimit" so you can move this div until the end of 
the page.

The Problem is when you have a restricted area and move this to the bottom of 
the
webpage and then click on maximize should the content over this restricted area 
?

Thanks for feedback and Greetings,
- Markus B.

Original comment by Markus.B...@googlemail.com on 5 Aug 2009 at 9:03

GoogleCodeExporter commented 9 years ago
Hi Markus,

Sorry for the late response. Thanks for the suggestion about disabling the
dynDiv_bodyLimit, which is an acceptable solution in my case and that I have
implemented now. I wasn't fully aware of what its implication was.

But, I do still think that some modification might be good. Because it remains
strange that a minimized Div can not be moved entirely down.

Please note I am fully aware that hitting the maximize button again, would pose 
a
problem with the restricted area potentially being breached. But what I am
suggesting, would be to automatically move the Div upwards in such a case, by a
maximum amount of the difference in vertical size of the minimized and 
maximized Div.

But I am also fully aware that this may a far more difficult solution to 
implement
properly. Maybe something for the "wish-list" in the long run...

Marco

Original comment by marcoboe...@gmail.com on 10 Aug 2009 at 6:20

GoogleCodeExporter commented 9 years ago
Hi Marco,
thanks for you response, I will add this in the next version.

Greetings,
- Markus B.

Original comment by Markus.B...@googlemail.com on 10 Sep 2009 at 7:44

GoogleCodeExporter commented 9 years ago
Internal Version has include this fix, maybe release in the next 8 weeks.

Original comment by Markus.B...@googlemail.com on 8 Jul 2010 at 7:38