brandonaaron / jquery-cssHooks

Collection of cssHooks that work with jQuery 1.4.3+
Other
478 stars 80 forks source link

BoxShadow insert_into BUG #24

Open michalmatuska opened 13 years ago

michalmatuska commented 13 years ago

inside boxshadow.js when i set some properties(blur, spread, etc.) code $.css(elem, support.boxShadow).split(rWhitespace) return ["rgba(0,", "0,", "0,", "0.1)", "0px", "0px", "5px", "5px"].

If i want set spread 20px, i get ["rgba(0,", "0,", "0,", "0.1)", "0px", "20px", "5px", "5px"]. Error is in split array with rWhitespace and rgba in css properties.

louisremi commented 13 years ago

I'm not sure I understand this bug. It would be easier for me to fix this bug if you could provide the following information

  1. What I want to do: ...
  2. Actual output: ...
  3. Expected output: ...

Thank you in advance, Louis-Rémi