Opened 14 years ago

Closed 14 years ago

#5235 closed Bug (wontfix)

IE is splitting global css definitions into 4 parts

Reported by: Sa'ar Zac Elias Owned by:
Priority: Normal Milestone:
Component: General Version: 3.1
Keywords: Confirmed CantFix Cc:

Description

IE is splitting all "global" css definitions into 4 parts.
i.e:

  • 'border: 1px solid red' is splitted to 'border-left', 'border-right', 'border-top', 'border-bottom'.
  • 'padding: 5px' is splitted to 'paddin-right', 'padding-left', 'padding-top', 'padding-bottom'.

It might be a browser bug.

Change History (1)

comment:1 Changed 14 years ago by Frederico Caldeira Knabben

Keywords: Confirmed CantFix added
Resolution: wontfix
Status: newclosed

In fact this is a browser feature and we're not able to fix this, unfortunately. Not only IE makes changes to styles, but also other browsers, depending on the rules.

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