Bug 17699 - -moz-box-sizing:border-box not supported
Summary: -moz-box-sizing:border-box not supported
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Windows XP
: P2 Normal
Assignee: Nobody
URL: https://personal.vanguard.com/us/home
Keywords: HasReduction
Depends on:
Blocks:
 
Reported: 2008-03-06 15:44 PST by jasneet
Modified: 2008-03-06 16:53 PST (History)
2 users (show)

See Also:


Attachments
screenshot (77.36 KB, image/jpeg)
2008-03-06 15:44 PST, jasneet
no flags Details
reduction (1.03 KB, text/html)
2008-03-06 15:45 PST, jasneet
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description jasneet 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
Comment 1 jasneet 2008-03-06 15:44:42 PST
Created attachment 19575 [details]
screenshot
Comment 2 jasneet 2008-03-06 15:45:47 PST
Created attachment 19576 [details]
reduction
Comment 3 Mark Rowe (bdash) 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.