Opened 11 years ago
Last modified 11 years ago
#11988 confirmed Bug
Image width set in percentages changed to be in pixels after drag and drop in chrome
Reported by: | noam | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 4.1 |
Keywords: | Blink Safari5 | Cc: |
Description
Summary: When dragging an image with width style in percentage in chrome, the width is changed to be in pixels.
Reproduction:
- Open standard demo in chrome browser
- Add an image and set it's width property to be in percentages, for example 50%
- Drag the image to a new position
Result: The width value is changed to be pixels
I think this is related to issue #9998, I beilive this is due to content editable behavior in chrome
Change History (1)
comment:1 Changed 11 years ago by
Keywords: | Blink Safari5 added |
---|---|
Status: | new → confirmed |
Version: | → 4.1 |
First occurrence of this problem can be found in CKEditor 3.5.3 rev. [6564] height is changed on drag from % to px.
From CKEditor 4.1 both width and height are changed from % to px on drag. Problem can be reproduced on Blink and Safari 5 on Win but not Safari 7 on Mac