thanhlong203 / closure-library

Automatically exported from code.google.com/p/closure-library
0 stars 0 forks source link

RoundedPanel not working cross-browser #336

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

What steps will reproduce the problem?
1. Open FireFox 4
2. Go to the RoundedPanel demo on:
http://closure-library.googlecode.com/svn/trunk/closure/goog/demos/roundedpanel.
html

3. The demo doesn't work. (FF4 dropped support for MozBorderRadius)

What is the expected output? What do you see instead?
The demo should provide a panel with rounded corners. Instead the corners 
remain square.

What version of the product are you using? On what operating system?
FireFox 4.0 / Windows 7 (Gecko 2 engine)

Please provide any additional information below.
I've created a patch that fixes this issue and upgrades IE9 to use the Css 
renderer instead of graphics. The patch can be found at:
http://codereview.appspot.com/4571064/

Though for me this patch doesn't seem to work properly when viewing 
side-by-side diff. If you checkout the unified diff i do get to see the proper 
patch:
http://codereview.appspot.com/4571064/patch/1/2?column_width=80

Basicly for FF4 we now use the real CSS property instead of MozBorderRadius.

Original issue reported on code.google.com by johan%30...@gtempaccount.com on 11 Jun 2011 at 4:21

GoogleCodeExporter commented 8 years ago
Deprecate Rounded Panel.

Original comment by nn...@google.com on 9 May 2012 at 10:20