Reported By: Alessandro Zanello Reported On: 12/19/2015 For: Version 2.03 Build 1
# 4326Editing a Data-Bound TEdit Control and then Clicking on TButton Does Not Set TDataSet Modified Flag I normally edit data in a dedicated modal form, but I'm apparently unable to repeat delphi-like behaviour, namely:
if I edit a field and don't exit it by using Tab, but by clicking a modalresult returning button, it's dataset's Modified property always reads False.
CommentsThis issue is specific to Internet Explorer. IE posts focus/blur messages to the UI message loop for further processing, so the dialog button's click method will get processed *before* the blur message is processed, and the edit control will not update the current row and cause the TDataSet.Modified property to be set to True.
ResolutionFixed Problem on 12/20/2015 in version 2.04 build 1
Products AffectedElevate Web Builder Elevate Web Builder Trial