Ticket #1707 (closed defect: wontfix)

Opened 3 years ago

Last modified 2 years ago

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

dojo_rounded_edges.jpg (7.2 kB) - added by guest 3 years ago.
a snapshot demostrating the bug

Change History

Changed 3 years ago by guest

a snapshot demostrating the bug

Changed 3 years ago by ttrenka

  • milestone set to 0.5

Changed 2 years ago by ttrenka

  • status changed from new to closed
  • resolution set to wontfix

Not being ported to Dojo or DojoX (i.e. will be removed for Dojo 0.9 et al).

Note: See TracTickets for help on using tickets.