Opened 15 years ago
Closed 15 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 15 years ago by
Keywords: | Confirmed CantFix added |
---|---|
Resolution: | → wontfix |
Status: | new → closed |
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.