CSS optimization bug

Not sure, if this is a reported problem or not, but when editing CSS I saw hint: "Optimize border properties". This optimization may broke the final style when applied

for example when converting this

border-style: dashed;
border-color: #ff0000;


to that
border: dashed #ff0000;
border-size from parent style is not used

inline style must contain all three properties in specified order (border: 1px dashed #ff0000;), otherwise it can screw up the overal style
0
4 comments

Can you please kindly submit a bug report to project traceker?..

0

I'm leaving for vacation now, but I'll submit the bug then... Am I allowed to create new account in your YouTrack?

0

Sure, and it will accept most open id accounts..

0

Please sign in to leave a comment.