Changes between Initial Version and Version 1 of Ticket #35395, comment 57
- Timestamp:
- 10/05/2016 09:59:26 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #35395, comment 57
initial v1 1 1 @celloexpressions I'd like to look at removing the description text altogether (or at least cut it down significantly). I agree with @folletto that it is a lot of visual noise for a person who uses this feature repeatedly, as most certainly will. Also the point about precious space here makes a lot of sense. I don't think a majority of users will need an explanation of CSS in the actual control, but I do understand your intent here to help make visual changes easier for less experienced users. 2 2 3 Also, I've moved the validation notifications so they only appear when trying to save the CSS. The postMessage notifications (selective refresh) got pretty frustrating for me as the errors would appear while I was typing. As you know, these push the textarea down on the page, and my eye had to constantly move around as the text validated.3 Also, I've changed the validation notifications so they only appear when trying to save the CSS. The postMessage notifications (selective refresh) got pretty frustrating for me as the errors would appear while I was typing. As you know, these push the textarea down on the page, and my eye had to constantly move around as the text validated. 4 4 5 5 So, when the CSS isn't valid, the notifications appear once the user clicks "Save & Publish." Additionally, as you probably know, the errant value isn't saved until corrected.