Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
toolbar.module
Priority:
Minor
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2012 at 11:09 UTC
Updated:
29 Mar 2015 at 05:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
richthegeek commentedFirst patch is the simplest way of solving it, and as far as I can tell browser support is fine.
Chrome 1+, Firefox 1+, Safari 3+, and Opera 7+ are all supported by either the plain declaration or the prefixed forms.
IE8 is supported by either prefixed (-ms-) or plain, as is IE9. IE7 has this box model by default anyway!
Browser support reference: https://developer.mozilla.org/En/CSS/Box-sizing
Comment #2
richthegeek commentedComment #3
mgiffordCan you provide screenshots with the patch? Still applies nicely.
I assume this still isn't a problem in D8.