Border shorthand converter doesn't allow spaces in the color value #1356
Labels
changelog:api
A changelog entry should be put in the API section of the changelog.
good first issue
Relatively easy to fix. This is a perfect issue if you are willing to create a Pull Request.
status:confirmed
An issue confirmed by the development team.
target:minor
Any docs related issue that can be merged into a master or major branch.
type:bug
A bug.
Milestone
Are you reporting a feature request or a bug?
Bug
Provide detailed reproduction steps (if any)
CKEDITOR.tools.style.parse.border()
to convert border like1px solid rgba( 10, 20, 30, .75 )
Expected result
Border is correctly splitted
Actual result
Color value is not returned
Note:
Border string is separate with white character, so there is processed string like
rgba(
instead ofrgba( 100, 200, 30, .75 )
https://github.com/ckeditor/ckeditor-dev/blob/79e7ebecf6cff290f3b66894bce1b0fd89d3a15e/core/tools.js#L1878-L1907
Other details
The text was updated successfully, but these errors were encountered: