You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Notice that contents do not reflow, as seen in the screenshot below:
Workaround
Explicitly resize the window once again, while remaining on the Offer Book screen. Notice that contents do reflow as expected:
Notes
There probably needs to be a check in the Offer Book's activation logic to see whether the window dimensions have changed, and to force a reflow. Not sure if it can be that simple, but seems logical.
There still seems to be a bit of wasted real estate even after the reflow occurs. Not strictly part of this bug, but worth mentioning it in context.
The ability to reflow at all on this screen is new in v0.7.0, so not too surprising that there are some rough edges to smooth out.
The text was updated successfully, but these errors were encountered:
Repro steps
Workaround
Explicitly resize the window once again, while remaining on the Offer Book screen. Notice that contents do reflow as expected:
Notes
There probably needs to be a check in the Offer Book's activation logic to see whether the window dimensions have changed, and to force a reflow. Not sure if it can be that simple, but seems logical.
There still seems to be a bit of wasted real estate even after the reflow occurs. Not strictly part of this bug, but worth mentioning it in context.
The ability to reflow at all on this screen is new in v0.7.0, so not too surprising that there are some rough edges to smooth out.
The text was updated successfully, but these errors were encountered: