Ticket #1707 (closed defect: wontfix)
dojo.lfx.rounded : borders and corners with different size
| Reported by: | guest | Owned by: | ttrenka |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.9 |
| Component: | lfx | Version: | 0.3 |
| Severity: | normal | Keywords: | |
| Cc: |
Description
With the following code:
dojo.lfx.rounded({
tl:{ radius:15 },
tr:{ radius:15 },
bl:{ radius:15 },
br:{ radius:15 },
},
["roundit"]
);
};
and the css for the div id="roundit" looks like:
#roundit {
border:1px solid #ccc;
position:absolute;
}
i get corners and borders of a div element with different size.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.