#1647 closed enhancement (wontfix)
boundaries for resizeables
Reported by: | djot | Owned by: | paul |
---|---|---|---|
Priority: | minor | Milestone: | |
Component: | ui.core | Version: | 1.2 |
Keywords: | ui resizeables | Cc: | |
Blocked by: | Blocking: |
Description
- Hi,
see screenshot ...
Resizeables should not resize out of the iframe width/height - at least no when this is turned off by option (could not find that option though in the docu).
"enhancement" - new options:
- parent - the resizeable should stay in the parent container (here: white box or iFrame)
- unnamed - the resizeable should (TRUE) or should not (FALSE=default) resize to a bigger size than the element it is in (here: iFrame). Most times it's not wanted that the resizeable could get that big and that the iframe shows scrollbars then (which probably did no display before).
djot -
Attachments (1)
Change History (4)
Changed 16 years ago by
Attachment: | ui_demo_resizeables.gif added |
---|
comment:1 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
comment:2 Changed 16 years ago by
- Hm, I don't know the maxheight/maxwidth of a parent object, or more to say i don't want to detect that each time and give it as parameter, if it would be simpler by just adding a "FALSE", which then would get the maxheight and maxwidth automagically.
djot -
Note: See
TracTickets for help on using
tickets.
Actually, that's what the maxHeight/maxWidth option is for. A containment to parent would not make much sense, as you would not control the height/width of the actual resizable.