RealMassive-Archive / prospector

how we prospect, mine, and refine CRE nuggets and turn them into listings
0 stars 0 forks source link

Read Signage, Review Signage do not show images #1

Closed jahio closed 10 years ago

jahio commented 10 years ago

When clicking "Do Work" on Read Signage or Review Signage, images aren't shown properly.

jahio commented 10 years ago

After a lot of debugging, what it looks like is that the mlens jQuery plugin is somehow setting the width of the div that contains the image to zero, thus effectively hiding the image itself. This looks like a bug; I may be able to implement a work-around hack, but I'd rather fix the source of the problem if at all possible. Continuing to work the problem.

jahio commented 10 years ago

This was a particularly nasty bug. I had to rip out all of mlens because it was causing major problems in not showing the images, and replace it with a different plugin (http://www.jacklmoore.com/zoom/). Visual representation is a bit different, but the overall functionality - zooming in on the image - has been restored.

Fresh code has been pushed to Heroku and I do see it working already.