Ticket #460 (assigned Bug)
when putting style="border:1px solid black; border-top:0px" in an elemint, it puts a mozilla specific CSS attribute for one of the values
| Reported by: | sirmeili | Owned by: | martinkou |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | General | Version: | FCKeditor 2.4.2 |
| Keywords: | Firefox Confirmed CantFix | Cc: |
Description
when putting style="border:1px solid black; border-top:0px" in an elemint, it puts a mozilla specific CSS attribute for one of the values. For instance putting this: style="style="border:1px solid black; border-top:0px"
results in:
style="border-style: none solid solid; border-color: -moz-use-text-color black black; border-width: 0px 1px 1px;"
which is fine if you are viewing the page in FF, but in IE the border color is off. I tried to use the nightly build to test to see if it was fixed, but the nightly build wouldn't even load for me or for another person I asked to view. Sorry if its a dupe.
Change History
Note: See
TracTickets for help on using
tickets.