#10533 closed defect (fixed)
Resize issues when window resized.
Reported by: | Jared Jurkiewicz | Owned by: | Jared Jurkiewicz |
---|---|---|---|
Priority: | high | Milestone: | 1.5 |
Component: | Editor | Version: | 1.4.0 |
Keywords: | Cc: | bill | |
Blocked By: | Blocking: |
Description (last modified by )
This problem occurs when the editor isn't contained in a layout widget, the window is resized, and the toolbar wraps. The containing div around the editor is not resized to match (or its contnts adjusted to fit).
The end result ends up being overflow of editor content outside of its container.
Not sure quite how to fix this yet. Pondering.
Change History (5)
comment:1 Changed 13 years ago by
comment:2 Changed 12 years ago by
Milestone: | tbd → future |
---|
comment:3 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:4 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Version: | 1.4.0 → 1.5 |
I've fixed this as much as I can for now, so I'm just closing it out.
comment:5 Changed 12 years ago by
Milestone: | future → 1.5 |
---|---|
Version: | 1.5 → 1.4.0 |
Note: See
TracTickets for help on using
tickets.
Put in a small patch in [21072] to improve behavior when leaving fullscreen and not within a layout container.