Border Color Issue
Question
@artf There is bug in the border color if you drag a button on the editor and paste color like rgb(255, 0, 0) in border color and select any other element in side the editor without changing any property and reselet the button then border color become rgb(255, and if we changes in any property of border then css breaks. Please check and fix it. Please provide any quick fix if there is any. Thanks in advance.

Answers (3)
I can reproduce this on the demo website
Copy and pasting can trigger this error, but it looks like it has nothing to do with copy and paste and everything to do with whitespace.
Values that work:
rgb(255,0,0)rgb(255,0,0)
Values that don't work:
rgb(255,0,0 )transforms torgb(255,0,0rgb(255,0, 0)transforms torgb(255,0,rgb(255,0 , 0)transforms torgb(255,0rgb(255, 0 , 0)transforms torgb(255,rgb( 255,0,0)transforms torgb(
As far as I can tell this affect the field for border-color, but not for background or font-color.
everything to do with whitespace
Correct, it's just a poor parsing on composed types.
We should split the value (eg. 1px solid rgba(255, 0, 0, 0)) by spaces (or even better propertyModel.get('separator'), which exists already) but taking care of functions
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Related Questions and Answers
Continue research with similar issue discussions.
Issue #1512
Undo/Redo not working in Countdown and Navigation element
Hi @artf, when i drag countdown and navigation in live demo and click on undo/redo button then nothing happens.can you please provide some...
Issue #552
Can't reset body background
I've found this here #351 but seems not to reset the body background... Any other way to do this?
Issue #1506
Css Media Query Issue
Hello @artf There is an issue on demo page as well as library in media query. Issue is that if user update style on mobile view first and t...
Issue #896
[BUG] Media query rules are overridden by class rules in canvas
Hi @artf , I've noticed an issue while testing one of my templates using different device configurations that supposed to trigger media que...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.