dojo.lfx.rounded only works for br

Hi all,

I posted this to the forum already but did not get any replies...

I am having problems with dojo.lfx.rounded, even the 0.4.2 test pages do not
work for me at all (Firefox). Of the 4 edges, only br is rendered "nicely
and round", the rest is somewhat distorted.Any hints to what there is wrong?
Maybe someone could take a look at

dojo_trunk/tests/lfx/test_rounded.html

and confirm that there is a problem. Is rounded still experimental... known
issues that I am not aware of?

Besides this I would like to know if rounded is cross-browser compatible.

Thank you!
Sven

--
Sven Haiges
sven.haiges at googlemail.com

Skype: hansamann
Personal Homepage, Wiki & Blog: http://www.svenhaiges.de

Subscribe to the Grails Podcast:
http://hansamann.podspot.de/rss
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://dojotoolkit.org/pipermail/dojo-interest/attachments/20070510/7e5d...

Comments

I wanted to use this as well, but I noticed the browser
incompatibility when viewing the test page you mentioned. I can
confirm that it doesn't work in Firefox for me either.

I'd be interested in more information about it too.

-- Matthew

On 5/10/07, Sven Haiges wrote:

Matthew Shirey wrote:
Don't know about the dojo rounded corners, but in Firefox you can use
CSS to do the same thing (but better/faster/easier):
-moz-border-radius=10px

Maybe dojo.rounded should be using that instead of drawing it manually
on FireFox.

HTH,

Rob :)

Rounded corners are part of the CSS3 spec. Webkit and Firefox both have
implementations however it's not perfect. The many divs method isn't
perfect either but it works across all browsers (in theory) equally.

I hope that in 3 years we wont have to worry about this anymore.. here's
to dreaming.

Robert Coup wrote:

I just resorted to an old style image hack. At least I know it'll
work in all of my target browsers. I have high hopes for CSS3 as
well, but it's taking too damn long. :(

-- Matthew

On 5/10/07, Torrey Rice wrote:

Back to top