FF ver 92.0.1 does not display 'react-image-annotate' (package) image
Categories
(Core :: Graphics: ImageLib, defect)
Tracking
()
People
(Reporter: burlingtonson, Unassigned)
Details
Attachments
(2 files)
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:92.0) Gecko/20100101 Firefox/92.0
Steps to reproduce:
Nothing new. App was functioning correctly until FF 92.0.1
Actual results:
Using the package 'react-image-annotate' images are displayed to add annotations. After installing FF 92.0.1 images and their associated annotations are NOT displayed. Only a blank area is displayed. Display functions correctly in Chrome & MS Edge
Expected results:
The image & associated annotations should be displayed
React/JS code
<ReactImageAnnotate
selectedImage={images[0].src}
key={images[0].src}
images={images}
regionClsList={regionClsList}
regionTagList={regionTagList}
onExit={saveAnnotations}
hideHeader={false}
hideNext={true}
hidePrev={true}
pointDistancePrecision={3}
allowComments={true}
/>
Comment 3•4 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::ImageLib' component, and is moving the bug to that component. Please revert this change in case you think the bot is wrong.
Comment 4•4 years ago
|
||
Can you use https://mozilla.github.io/mozregression/ to find out the specific changeset that caused this to stop working?
Comment 5•4 years ago
|
||
Or provide a link to a publicly available testcase?
Comment 6•2 years ago
|
||
A needinfo is requested from the reporter, however, the reporter is inactive on Bugzilla. Closing the bug as incomplete.
For more information, please visit BugBot documentation.
Description
•