Johannes Schillinger created ZEPPELIN-6178:
----------------------------------------------
Summary: Issue with Paragraph resizing in new UI
Key: ZEPPELIN-6178
URL: https://issues.apache.org/jira/browse/ZEPPELIN-6178
Project: Zeppelin
Issue Type: Bug
Components: New UI
Affects Versions: 0.12.0
Reporter: Johannes Schillinger
The resize function of paragraph results always works relative to the full
screen width, not to its current width.
To reproduce this issue:
# create a simple paragraph, e.g. %md with some text and run it
# resize the result using the triangle arrow on the bottom right
# resize it again
expected result:
the new size is exactly where i dragged the arrow
observed result:
the resize operation is applied to the entire screen width, e.g. 12 columns.
decreasing the width first to e.g. 6 columns and then dragging it smaller by
one column results in 11 columns, not 5
--
This message was sent by Atlassian Jira
(v8.20.10#820010)