Yeah, this only works in the browsers that support the CSS property rounded-border - FF and Safari 3. For more details, see http://www.css3.info/preview/rounded-border/
Henry Minsky wrote: > > > I don't see the rounded corners in the testcase in IE7/DHTML, is that > intentional? > > > > On Tue, Oct 6, 2009 at 5:27 AM, Max Carlson <[email protected] > <mailto:[email protected]>> wrote: > > Change 20091006-maxcarlson-b by [email protected] on 2009-10-06 > 02:19:31 PDT > in /Users/maxcarlson/openlaszlo/trunk-clean > for http://svn.openlaszlo.org/openlaszlo/trunk > > Summary: Add support for rounded corners in dhtml and swf9/10 > > Bugs Fixed: LPP-8508 - Support for rounded corners in views across > runtimes > > Technical Reviewer: hminsky > QA Reviewer: [email protected] <mailto:[email protected]> > > Documentation: Use view.cornerradius to add roudned corners to view > backgrounds. > > Release Notes: Views now support the cornerradius attribute for > rounded corners. > > Details: LzSprite.* - Add cornerradius quirk, set to true where > available. Add setCornerRadius() implementation. > > LzKernelUtils - Move shared optimized rect/roundrect methods from > draview. > > contextmenu - Use shared rect method. > > LaszloView - Add setter and attriubte for cornerradius. > > drawview - Use LzKernelUtils.rect(). > > Tests: > http://localhost:8080/trunk-clean/examples/extensions/drawing.lzx > runs as before. Testcase from LPP-8508 shows rounded corners for > dhtml and swf9. > > Files: > M WEB-INF/lps/lfc/kernel/dhtml/LzSprite.js > M WEB-INF/lps/lfc/kernel/swf9/LzSprite.as > M WEB-INF/lps/lfc/kernel/LzKernelUtils.lzs > M WEB-INF/lps/lfc/contextmenu.js > M WEB-INF/lps/lfc/contextmenu.lzx > M WEB-INF/lps/lfc/views/LaszloView.lzs > M lps/components/extensions/drawview.lzx > > Changeset: > http://svn.openlaszlo.org/openlaszlo/patches/20091006-maxcarlson-b.tar > > > > > -- > Henry Minsky > Software Architect > [email protected] <mailto:[email protected]> > > > > ------------------------------------------------------------------------ > > _______________________________________________ > Laszlo-reviews mailing list > [email protected] > http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews -- Regards, Max Carlson OpenLaszlo.org _______________________________________________ Laszlo-reviews mailing list [email protected] http://www.openlaszlo.org/mailman/listinfo/laszlo-reviews
