We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue by gruehle Tuesday Nov 27, 2012 at 18:13 GMT Originally opened as adobe/brackets#2227
<html> <body> <h1 style="color: rgba(0, 0, 0, .4);">Hello</h1> </body> </html>
rgba()
Results: Color picker doesn't open
Expected: Color picker
Note: If you change the alpha value from .4 to 0.4 everything works.
.4
0.4
The text was updated successfully, but these errors were encountered:
Comment by pthiess Thursday Nov 29, 2012 at 00:59 GMT
reviewed, medium priority
Sorry, something went wrong.
Comment by njx Thursday Nov 29, 2012 at 01:17 GMT
Looks like that is a valid format for alpha per the W3C spec for CSS <number> fields.
<number>
Comment by RaymondLim Tuesday Dec 11, 2012 at 20:27 GMT
Moving out to sprint 19 since we can't support this until we have added functionality to invoke color editor from invalid or unusual color format.
Comment by dangoor Friday Jan 04, 2013 at 13:37 GMT
This is fixed by the pull request from chtennek.
No branches or pull requests
Issue by gruehle
Tuesday Nov 27, 2012 at 18:13 GMT
Originally opened as adobe/brackets#2227
rgba()
valueResults:
Color picker doesn't open
Expected:
Color picker
Note: If you change the alpha value from
.4
to0.4
everything works.The text was updated successfully, but these errors were encountered: