Bug Report T324762
Visible to All Users

An AV occurs on removing an event whose in-place editor is currently active

created 9 years ago

Programmatically deleting a scheduler event can cause an access violation if the scheduler event has an inplace editor open.

Attached is a sample project you can use to see the behavior.

Test 1

  1. Run the project
  2. Select the single event in the scheduler control so that it opens an inplace editor for the event caption
  3. Click the Delete (TButton) to delete the event

Results:  Event is deleted without error

Test 2

  1. Run the project
  2. Select the single event in the scheduler control so that it opens an inplace editor for the event caption
  3. Click the Delete (TSpeedButton) to delete the event

Results:  A/V exception is raised

Test 3

  1. Run the project
  2. Select the single event in the scheduler control so that it DOES NOT open an inplace editor of the event caption
  3. Click the Delete (TSpeedButton) to delete the event

Results:  Event is deleted without error

I think what is happening is that by clicking the TButton control, the inplace editor loses focus and that causes the editor to close.  But TSpeedButtons do not get focus and therefore the inplace editor doesn't get closed.  Deleting the event while the editor is open messes everything up.

Perhaps the various delete method(s) need to start by calling EditController.CloseEdit.

Thank you for your help…
Andy

Comments (1)
DevExpress Support Team 9 years ago

    Hello Andy,

    Thank you for your report. I have reproduced the described behavior and forwarded this ticket to our developers for research.

    Answers approved by DevExpress Support

    created 9 years ago

    We have fixed the issue described in this ticket and will include the fix in our next maintenance update. To apply this solution before the official update, request a hotfix by clicking the corresponding link for product versions you require.

    Note: Hotfixes may be unavailable for beta versions and updates that are about to be released.

      Disclaimer: The information provided on DevExpress.com and affiliated web properties (including the DevExpress Support Center) is provided "as is" without warranty of any kind. Developer Express Inc disclaims all warranties, either express or implied, including the warranties of merchantability and fitness for a particular purpose. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.

      Confidential Information: Developer Express Inc does not wish to receive, will not act to procure, nor will it solicit, confidential or proprietary materials and information from you through the DevExpress Support Center or its web properties. Any and all materials or information divulged during chats, email communications, online discussions, Support Center tickets, or made available to Developer Express Inc in any manner will be deemed NOT to be confidential by Developer Express Inc. Please refer to the DevExpress.com Website Terms of Use for more information in this regard.