Skip to content
This repository has been archived by the owner on Aug 6, 2019. It is now read-only.

BoxShadow insert_into BUG #24

Open
michalmatuska opened this issue Feb 2, 2011 · 1 comment
Open

BoxShadow insert_into BUG #24

michalmatuska opened this issue Feb 2, 2011 · 1 comment

Comments

@michalmatuska
Copy link

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
Copy link
Collaborator

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants