Opened 13 years ago

Closed 10 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.

  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;" />
  1. 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 Jakub Ś

Status: newconfirmed

comment:2 Changed 10 years ago by Piotrek Koszuliński

Resolution: fixed
Status: confirmedclosed

Neither I nor j.swiderski are able to reproduce it now.

Note: See TracTickets for help on using tickets.
© 2003 – 2022, CKSource sp. z o.o. sp.k. All rights reserved. | Terms of use | Privacy policy