summaryrefslogtreecommitdiff
path: root/stoc/source/javavm/jvmargs.hxx
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2015-07-15 19:47:18 +0200
committerLionel Elie Mamane <lionel@mamane.lu>2015-07-15 19:52:50 +0200
commit7ba160cecf7068b292cc12c30564fbbda3e55a70 (patch)
tree1d6c46c2b69903b6872e8e657d5157565366604b /stoc/source/javavm/jvmargs.hxx
parentbcb1f81668d9b6a6d807ae32d60ccfce0b36ceb5 (diff)
Remove harmful ill-timed CellController disable on mouse button down
This disable will be done, in a better way, by the call to BrowseBox::MouseButtonDown below, *after* the destination of the mouse click has grabbed the focus, by a call to DeactivateCell(). If this is done here, while the "source" controller still has the focus, then the window's Disable() method will try to pass the focus the the "next control". However, the "next" control may belong to another form, and this will do a (premature!) save to the database of the modifications. This may lead to a database error, when the data is not in a shape to be written to the database, e.g. when on an insertion row and not all mandatory fields have been filled in. This then pops up an error message to the user. Change-Id: I38b1850319691b34232e51f131f8d099dc4a9114
Diffstat (limited to 'stoc/source/javavm/jvmargs.hxx')
0 files changed, 0 insertions, 0 deletions