Opened 13 years ago
Closed 11 years ago
#8449 closed Bug (fixed)
Inconsistent dimension units for images
Reported by: | Jakub Ś | Owned by: | |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | General | Version: | 3.6.1 |
Keywords: | Cc: |
Description
This ticket is based on forum post: http://cksource.com/forums/viewtopic.php?f=11&t=23683.
- Insert an image and set its boredr to 0.
Result:
<img alt="" src="http://192.168.1.100:8080/b.jpg" style="width: 1024px; height: 768px; border-width: 0pt; border-style: solid;" />
- Insert an image and set its boredr to 1.
Result:
<img alt="" src="http://192.168.1.100:8080/b.jpg" style="width: 1024px; height: 768px; border-width: 1px; border-style: solid;" />
border-width shows either 0pt or 1px. Those results are inconsistent.
Reproducible from CKEditor 3.6.1 rev [6979]
Change History (2)
comment:1 Changed 13 years ago by
Status: | new → confirmed |
---|
comment:2 Changed 11 years ago by
Resolution: | → fixed |
---|---|
Status: | confirmed → closed |
Neither I nor j.swiderski are able to reproduce it now.