Closed (fixed)
Project:
Image Widget Crop
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
9 Dec 2015 at 10:12 UTC
Updated:
23 Dec 2015 at 17:14 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
sasanikolic commentedComment #3
slashrsm commentedI am not super JS expert and don't entirely know how picky JS is about types, but should we rather use an empty string instead of null?
Comment #4
luksakWell, we do not need to set this at all if we don't want this behavior. But I thinks this information can be useful. Why did you change your mind?
Comment #5
sasanikolic commentedSecond version, without the variable. I think it looks cleaner now. @miro?
Comment #6
miro_dietikerReduction of visual noise is a significant concept.
Writing that "No cropping applied" is adding noise without relevant information.
The relevant information is "Cropping applied", because it originates user activity / modifications / special selection.
Thus by default showing less = nothing is perfect and makes the user much more aware if (and which ones) specific vertical tabs have a cropping applied.
Comment #7
luksakAh, sorry, I misunderstood the issue. I thought you wanted to remove both strings. I totally agree with this.
Comment #8
luksakWorks great.
Comment #9
woprrr commentedWork well :) Thanks!