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
What steps will reproduce the problem?
1. Create <img> that points to some image and is wrapped in <a> (<a> has
position:absolute) + add some button or link that will call some JS later
2. Rotate <img> on page load as usually, i.e. $("img").rotate(10);
3. Then click on button, or whatever, that will call JS which will change "src"
attribute of <img> to different image path.
What is the expected output? What do you see instead?
The image is expected to be changed to new path, keeping rotation, styling, etc.
Instead, in IE8- you see the same old image. In IE9, FF3+, Chrome you see new
image.
What version of the product are you using? On what operating system?
Tried 1.8 and 2.1. Windows 7/XP.
Please provide any additional information below.
Imagine it in situation where you have a gallery of thumbnails with one full
sized rotated image and by clicking a thumbnail it's switching with the full
sized one :)
Original issue reported on code.google.com by Czech....@gmail.com on 25 Aug 2011 at 1:24
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Czech....@gmail.com
on 25 Aug 2011 at 1:24The text was updated successfully, but these errors were encountered: