Ieva Cernyte

Results 3 issues of Ieva Cernyte

At the moment `Expression` trait makes use of `setattr_original_value` and has a validation method that modifies given value. This has caused issues with default value setting (https://github.com/enthought/traits/issues/1087, https://github.com/enthought/traits/issues/1096). The use...

type: refactor

Qt `ApplicationWindow` tests are leaking `QStatusBar`: ApplicationWindow tests output ``` QObjects at start of test run: {'QApplication': 2}. [Wed Jun 10 22:41:07 2020] ( 1/16) test_activate (pyface.tests.test_application_window.TestApplicationWindow) ... ok [Wed...

**Problem Description** The goal of ``set_bounds`` is to update all the bounds simultaneously under one event. Current implementation fires multiple events (depending on how many values have changed). **Reproduction Steps:**...