Opened 11 years ago
Last modified 11 years ago
#11426 confirmed Bug
[IE8] Wrong width/heigh ratio in Image2
Reported by: | Piotr Jasiun | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.3 |
Keywords: | Cc: |
Description
- Open image2 plugin in IE 8.
- Click Image button and open "Image properties" dialog.
- Set
http://upload.wikimedia.org/wikipedia/commons/6/63/Wikipedia-logo.png
as a URL (wikipedia logo with width 200 and height 200). - Change the width of the image to 20.
Result: height is 21 instead of 20.
- Change the width of the image back to 200.
Result: height is 214 instead of 200.
Clearly IE 8 do not know how to math.
In Chrome everything is ok.
In 4.3-beta everything was fine.
Change History (2)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Status: | new → confirmed |
---|
Confirmed, what's even more is that if you will open image properties of already open image, and use url http://upload.wikimedia.org/wikipedia/commons/6/63/Wikipedia-logo.png
, and then change its width into 20, it will calculate Height as 25.
cc