There is a bug in the lab, when re-uploading an image it replaces the image in the problem description instead of replacing the user provided image further down.
This is clearly a bug in the JavaScript code. When replacing the image it searches for the first image tag inside a parent, and it must have gone up too far (one parent too many).
There is a bug in the lab, when re-uploading an image it replaces the image in the problem description instead of replacing the user provided image further down.
This is clearly a bug in the JavaScript code. When replacing the image it searches for the first image tag inside a parent, and it must have gone up too far (one parent too many).