#81 closed bug (fixed)
curCSS needs camelCase passed to currentStyle
Reported by: | 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
Change History (2)
comment:1 Changed 17 years ago by
Milestone: | → 1.0 |
---|---|
Version: | → 1.0 |
comment:2 Changed 17 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Fixed in SVN.