Community
Participate
Working Groups
To reproduce: After starting the controls demo, open the Firefox Error Console. You will see the entry below two times: Warning: Unknown property 'box-sizing'. Declaration dropped. Source File: http://127.0.0.1:63892/rap?startup=controls Line: 1
Fixed in CVS HEAD.
Just for the record: The problem was in Client.js#_initBoxSizing where the "box-sizing" attribute is used for all browsers regardless if it is supported or not. Now this attribute is used by IE and Opera, webkit browsers are still using "-webkit-box-sizing" and "-khtml-box-sizing" as before, FF is using "-moz-box-sizing" only.