Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Color Picker doesn't open if alpha value in rgba() starts with . #2227

@gruehle

Description

@gruehle
  1. Load the following HTML:
<html>
    <body>
        <h1 style="color: rgba(0, 0, 0, .4);">Hello</h1>
    </body>
</html>
  1. Put the cursor anywhere in the rgba() value
  2. Ctrl-E

Results:
Color picker doesn't open

Expected:
Color picker

Note: If you change the alpha value from .4 to 0.4 everything works.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions