﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
8449	Inconsistent dimension units for images	Jakub Ś		"This ticket is based on forum post: http://cksource.com/forums/viewtopic.php?f=11&t=23683.

1. 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;"" />
}}}

2. 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]


"	Bug	closed	Normal		General	3.6.1	fixed		
