carlw
01/31/2018, 5:37 PMcarlw
01/31/2018, 5:37 PMedvin
01/31/2018, 5:38 PMcarlw
01/31/2018, 5:42 PMcarlw
01/31/2018, 5:42 PMedvin
01/31/2018, 5:44 PMcarlw
01/31/2018, 5:46 PMkastork
01/31/2018, 5:58 PMedvin
01/31/2018, 6:49 PMkastork
01/31/2018, 6:55 PMedvin
01/31/2018, 7:03 PMiari
01/31/2018, 8:43 PMuser
01/31/2018, 8:44 PMbkenn
02/01/2018, 12:31 AMlengthTF.requestFocus(); lengthTF.selectAll()
. Now this action works in my initial approach but when I introduce a TextFormatter to filter non-numeric values the previous code snippet does not highlight the contents of the textfield. However, when I wrap the request in runLater(Duration(0.0)
function, the contents of the textfield are focused and highlighted. Can anyone explain this strange behavior? Here a standalone example.abhinay
02/01/2018, 2:01 AMrunLater
helps. You can confirm this by adding print statments in both refocus()
and TextFormatter.edvin
02/01/2018, 7:19 AMiari
02/01/2018, 9:42 AMedvin
02/01/2018, 10:57 AMiari
02/01/2018, 11:01 AMiari
02/01/2018, 1:42 PMCarlton Whitehead
02/01/2018, 1:44 PMmvn test
locally and at Travis https://github.com/edvin/tornadofx/pull/620. I reverted part of a change by @kastork that sought to increase the isolation between the test cases. I think there may still be some need for that, but I think we'll need to use a different approachedvin
02/01/2018, 4:36 PMRuckus
02/01/2018, 5:20 PMElements whose tag names begin with a lowercase letter represent object properties.However, it appears it actually needs to start with more than one letter (e.g.
xOffset
will not work). Has anyone else ever run into this?carlw
02/01/2018, 5:36 PMRuckus
02/01/2018, 5:39 PMoffsetX
, but it's still annoying.carlw
02/01/2018, 6:38 PMRuckus
02/01/2018, 6:39 PMcarlw
02/01/2018, 7:33 PMamanda.hinchman-dominguez
02/01/2018, 7:35 PMcarlw
02/01/2018, 7:37 PM