Closed wvary closed 7 years ago
@mohini-sri90 Please review PR when you have a chance, thanks.
A few review comments:
When title doesn't fit the widget width, we should not let controls (on top right) overflow to the next level. They should always stay in the top right corner. Title text should be abbreviated by "..." ellipsis.
Slight delay (3-4 sec) when widget of fixed percentage width is resized due to browser window size changes.
[Optional] Improve behavior when resizing past the minimum width limit. Do not let the outline go past minimum width.
[New Feature] Resizing from corner is not possible today - would make things much easier if X and Y dimensions could be resized at the same time.
Could be useful to have min height in addition to min width.
Regarding point #2, it's by design. The widget option set in the application sets a delay of 2 seconds to demonstrates such feature.
Let's remove the delay from the demo.
@sashadt This is ready for another round of review.
…ated dashboard component to apply width/minWidth on browser resize. (3) Refactored GrabSizer to support horizontal and vertical resizing. (4) added CartDataModel to be used in dynamic data examples. (5) added examples to demonstrate refreshing widgets with dynamic options. (6) added examples to demonstrate refreshing widgets with dynamic data. (7) added resize examples to demonstrate with minWidth support. (8) added coverage report to test. (9) added/updated unit tests for complete code coverage.
Resolve issue #140 (demonstrated by item 7) Resolve issue #137 (demonstrated by item 6) Resolve issue #136 (demonstrated by item 5) Resolve issue #126 (demonstrated by item 6)