RESOLVED WONTFIX 17699
-moz-box-sizing:border-box not supported
https://bugs.webkit.org/show_bug.cgi?id=17699
Summary -moz-box-sizing:border-box not supported
jasneet
Reported 2008-03-06 15:44:10 PST
I Steps: Go to https://personal.vanguard.com/us/home Click on "Log on" at right side of page without entering username. It will direct to page: https://personal.vanguard.com:443/us/hnwnesc/PMLogin II Issue: Notice the 2 yellow bars. They have different length. III Conclusion: -moz-box-sizing:border-box not supported. IV Other browsers: IE7: not ok FF: ok Opera: not ok V Nightly tested: 30628
Attachments
screenshot (77.36 KB, image/jpeg)
2008-03-06 15:44 PST, jasneet
no flags
reduction (1.03 KB, text/html)
2008-03-06 15:45 PST, jasneet
no flags
jasneet
Comment 1 2008-03-06 15:44:42 PST
Created attachment 19575 [details] screenshot
jasneet
Comment 2 2008-03-06 15:45:47 PST
Created attachment 19576 [details] reduction
Mark Rowe (bdash)
Comment 3 2008-03-06 15:58:35 PST
As the -moz prefix indicates, -moz-box-sizing is a Mozilla-specific name for a property specified in an upcoming CSS draft. WebKit implements -webkit-box-sizing, which provides similar functionality. This is probably going to be a WONTFIX as we don't support any other vendors prefixed CSS properties, nor is there a strong reason to do so.
Note You need to log in before you can comment on or make changes to this bug.