Opened 14 years ago
Closed 14 years ago
#2082 closed enhancement (fixed)
FloatingPane to automatically resize in maximized mode
Reported by: | ornus | Owned by: | koranteng |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | Widgets | Version: | 0.4.1rc1 |
Keywords: | FloatingPane | Cc: | [email protected]… |
Blocked By: | Blocking: |
Description
it would be very nice for the floating pane to support automatic risizing when its parent node changes size (for example when browser is resized). I think this behavior is consistent with constrainToContainer
flag.
Change History (5)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
maximize floating pane to cover the whole document and then resize the browser. document size changes, but floating pane size remains constant, where I would expect it to change together with the document size.
I guess it would be similar to height=100%, width=100% and changing size together with the parent. ideally of course it would be cool to be able to set any arbitrary % size and would change together with the parent.
comment:3 Changed 14 years ago by
Ah sorry, I didn't read the bug title carefully enough the first time. I didn't notice that it said "maximized mode".
comment:4 Changed 14 years ago by
Owner: | changed from bill to koranteng |
---|
comment:5 Changed 14 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Do you mean that you want the floating pane size to be proportional to the browser window size? Like setting height=50%, width=50% on the floating pane?