please add a css-switch, which disables the W3C right-margin behaviour. window.getComputedStyle() will not display the correct width as set by css, when width of an element is set to a value<auto- size (margin right is 'filled up' to auto-width). as far as i can see only parsing css or saving to expando before width-change would reveal the correct value. this is/may be fine for normal content, but awfull for ui-stuff. a fix i use (saving to expando) consumes ~2% of profile on startup, and thats sad.
Stefan --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
