jquery-cssHooks icon indicating copy to clipboard operation
jquery-cssHooks copied to clipboard

BoxShadow insert_into BUG

Open michalmatuska opened this issue 14 years ago • 1 comments

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.

michalmatuska avatar Feb 02 '11 16:02 michalmatuska

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

louisremi avatar Apr 21 '11 10:04 louisremi