ExtensionsIndex icon indicating copy to clipboard operation
ExtensionsIndex copied to clipboard

2024.06.21: Quantitative Reporting extension displays a blocking popup related to DICOM SEG meta-data

Open jcfr opened this issue 1 year ago • 5 comments

image

jcfr avatar Jun 21 '24 14:06 jcfr

As of January 31st, 2025, this is still an issue:

Image

jcfr avatar Jan 31 '25 18:01 jcfr

Associated repository is https://github.com/QIICR/QuantitativeReporting

jcfr avatar Jan 31 '25 18:01 jcfr

What are the steps to reproduce this issue?

fedorov avatar Feb 01 '25 16:02 fedorov

@fedorov This would be from running the automated testing associated with the extension at https://github.com/QIICR/QuantitativeReporting/blob/master/Testing/QuantitativeReportingTests.py. Evidently there is an action in the automation that produces the pop dialog that requires user input which is what pauses things.

jamesobutler avatar Feb 01 '25 17:02 jamesobutler

We often solve this kind of issues by adding a check if the application is in testing mode and if it is then do not show blocking pop-ups.

lassoan avatar Feb 01 '25 19:02 lassoan