Ivan Gagis

Results 42 issues of Ivan Gagis

. launch `app` test application . delete all nodes from `tree_view` by clicking minus button on them result: assertion failed: ```` [!!!fatal] Assertion failed at: /home/ivan/prj/morda/src/morda/morda/widgets/group/tree_view.cpp:303| no additional info tests:...

bug

1. Run `tests/app` 1. Click on the `text_input` 1. Clear all text from it, e.g. using backspace 1. Press and hold the 'M' key 1. While pressing the 'M' key...

bug

task
minor
Is really needed?

cache subtrees of items which have been collapsed. So, if uncollapsed immediately, the whole subtree is restored

task
minor
Is really needed?

add `transform` widget which will just transform its content: ```` @transform{ matrix{ .... } scale{34 45 666} translate{36 57 13} rotate{123 43 34 24} @text{} } ````

task
Is really needed?

mordaclick

task
Is really needed?

Prerequisite: window with TextInputfuield insode. the window is inactive. Steps: 1) click with mouse on the text input Expected result: window is activated and text input has input focus. Actual...

bug

Consider adding its own layout parameters and get rid of layout parameters substitution. Image keepAspectRatio currently does not work in table for some reason.

task
minor