jquery-cssHooks
jquery-cssHooks copied to clipboard
BoxShadow insert_into BUG
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.
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
- What I want to do: ...
- Actual output: ...
- Expected output: ...
Thank you in advance, Louis-Rémi