Bug Tracker

Opened 17 years ago

Closed 17 years ago

Last modified 16 years ago

#81 closed bug (fixed)

curCSS needs camelCase passed to currentStyle

Reported by: [email protected] 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 john

Milestone: 1.0
Version: 1.0

comment:2 Changed 17 years ago by john

Resolution: fixed
Status: newclosed

Fixed in SVN.

Note: See TracTickets for help on using tickets.