Side navigation
#81 closed bug (fixed)
Opened July 21, 2006 02:24AM UTC
Closed July 24, 2006 03:57AM UTC
Last modified June 20, 2007 01:19AM UTC
curCSS needs camelCase passed to currentStyle
Reported by: | dave.methvin@gmail.c | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | 1.0 |
Component: | core | Version: | 1.0 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://msdn.microsoft.com/workshop/author/dhtml/reference/objects/currentstyle.asp
else if (e.currentStyle) { p = p.replace(/-(w)/g,function(m,c){return c.toUpperCase()}); r = e.currentStyle[p]; }
http://www.nabble.com/Re%3A-%24%28foo%29.css%28%27min-height%27%29-bug--p5427663.html
Fixed in SVN.