Last modified: 2007-08-27 20:14:15 UTC
Created attachment 4041 [details] Screenshot of the bug, where existing image is not shown on upload page. There is no image shown when overwriting an existing image. See attached screenshot! =) The screenshot is fairly self-explanatory, really. I did recreate this bug, by uploading a second file, and it happened both time. The first time, I had EvilCat's theme. I've even disabled it to make sure it wasn't causing the bug. Browser: Mozilla Firefox 2.0.0.6
Two in one! I've viewed the source code of the page and found out two things: 1- The CSS class of the thumbnail box is messed up ( <div class="thumb t<"> ) I'm not so sure that CSS classes can contain < and >. 2- The content of the box itself was "Error creating thumbnail:" So we have a broken box supposed to display a text about a broken thumbnail. ### <div class="thumb t<"> <div class="thumbinner" style="width: 2px;"> Error creating thumbnail: <div class="thumbcaption"><</div> //Note the presence of '<' in the error template caption. </div> </div>
Fixed in r25208; some pretty weird breakage in certain code paths. :)