survey-creator icon indicating copy to clipboard operation
survey-creator copied to clipboard

onOpenFileChooser not triggered

Open SamMousa opened this issue 2 years ago • 0 comments

Are you requesting a feature, reporting a bug or ask a question?

Bug

What is the current behavior?

The onOpenFileChooser event is not properly triggered when configuring an image question, if no image is configured yet.

What is the expected behavior?

The event should for all ways the creator opens a file picker.

How would you reproduce the current behavior (if this is a bug)?

  • Go the link below
  • Try setting another image for the first question, note you get a standard JS alert: file chooser
  • Try setting an image on the second question, note you get the standard file picker dialog <<< BUG

Provide the test code and the tested page URL (if applicable)

Tested page URL: https://codesandbox.io/p/sandbox/focused-sea-3p8cff

Test code

{
  elements: [
    {
      type: "image",
      name: "question1",
      description: "Clicking the icon in the top right works correctly",
      imageLink:
        "https://surveyjs.io/Content/Images/examples/image-picker/lion.jpg",
    },
    {
      type: "image",
      name: "question1",
    },
  ],
}

Specify your

  • browser: N/A
  • editor version: latest

SamMousa avatar Nov 23 '23 11:11 SamMousa