You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Picture resizes to 24x26px when click (on Google Chrome 10 dev)
With dashboard skin. (demo at your 3rd picture on the left of first 3 images on your Homepage)
The text was updated successfully, but these errors were encountered:
I tried TopUp today and I really liked it; it's sleek and easy to use
But I'm having a bug that is similar to what giang is reporting. Here's how to reproduce the bug (using Chrome + Win 7), using any of the pictures on the demo site (http://gettopup.com/) :
Click on any picture (let's say the 2nd one for this example);
Top up should be working fine;
Close the popup;
Now click on the same picture again, the popup will be very small (like 10px wide).
On the first click of a picture, the width and height of the image are set properly (style="width: 805px; height: 504px; " for the 2nd image).
But once we close the popup, then reopen it by clicking the same image, its dimensions aren't set properly: style="width: 15px; height: 0px; display: inline; "
In my own site, the first click on an image makes it come up small, but with the right y value that I'm setting in toptions. When I use left/right, other images load, with the correct size, but without the y value set properly.
If it's meaningful, I'm also including width and height settings in toptions.
Picture resizes to 24x26px when click (on Google Chrome 10 dev)
With dashboard skin. (demo at your 3rd picture on the left of first 3 images on your Homepage)
The text was updated successfully, but these errors were encountered: