Opened 12 years ago
Closed 12 years ago
#24276 closed enhancement (fixed)
Revisions: Redesign the slider handlers
Reported by: | ocean90 | Owned by: | ocean90 |
---|---|---|---|
Milestone: | 3.6 | Priority: | normal |
Severity: | normal | Version: | 3.6 |
Component: | Revisions | Keywords: | needs-patch |
Focuses: | Cc: |
Description
I have asked Mel Choyce to design us some nice slider handlers. The first results are attached.
Some feedback on IRC chat this morning.
zabatonni mentioned, that it could be better to use just one color in two revisions mode. Otherwise one handler looks active and the other inactive. Not sure about this, since we are using two colors to indicate the "From" - "To" state.
Attachments (19)
Change History (42)
#2
follow-up:
↓ 3
@
12 years ago
We could try switching over to single arrows during revision mode. Only concern there might be people thinking you're comparing everything between the arrows, not just the selected states. Attachment above. Has there been any user testing for post formats yet?
#3
in reply to:
↑ 2
@
12 years ago
Replying to melchoyce:
We could try switching over to single arrows during revision mode. Only concern there might be people thinking you're comparing everything between the arrows, not just the selected states. Attachment above. Has there been any user testing for post formats yet?
the single arrows look good - maybe the triangle or circle part can color co-ordinate with From/To?
#4
follow-ups:
↓ 5
↓ 6
@
12 years ago
Updated with color coded arrows. Also made the bar longer so it's easier to get a feel for context.
The revisions as a whole are looking a little under-designed — any opportunity for some more design iterations, or is too late in the cycle? I'd at least encourage user testing any new arrows before launch.
#5
in reply to:
↑ 4
@
12 years ago
Replying to melchoyce:
Updated with color coded arrows. Also made the bar longer so it's easier to get a feel for context.
The revisions as a whole are looking a little under-designed — any opportunity for some more design iterations, or is too late in the cycle? I'd at least encourage user testing any new arrows before launch.
these look great, already much nicer than what we have - thanks! any other design input appreciated, if it gets too late for 3.6 we can always include in 3.6.1.
user testing sounds great! new revisions interface is already live on wp.com so maybe we could get some feedback/testing there.
#6
in reply to:
↑ 4
@
12 years ago
Replying to melchoyce:
The revisions as a whole are looking a little under-designed — any opportunity for some more design iterations, or is too late in the cycle? I'd at least encourage user testing any new arrows before launch.
Depends on the severity, if it's just some minor CSS I'm fine with it. But in a new ticket please.
Otherwise I like the colored arrows. Just undecided about the orientation of the arrows. Could be misleading. > means I can only drag it right, < only left. How should it look in single mode then?
#10
follow-up:
↓ 11
@
12 years ago
I could probably handle replacing the comparison handles, but I'm not sure I'd know how to change the active handle based on whether it's in single or comparison mode. There doesn't seem to be a class I can target when it's just in single mode, and I have no idea how I'd go about adding a class.
#11
in reply to:
↑ 10
;
follow-up:
↓ 12
@
12 years ago
Replying to melchoyce:
I could probably handle replacing the comparison handles, but I'm not sure I'd know how to change the active handle based on whether it's in single or comparison mode. There doesn't seem to be a class I can target when it's just in single mode, and I have no idea how I'd go about adding a class.
there is a class added to a parent div #revision-diff-container gets comparing-two-revisions class added to it in compare two mode; the active handle gets a ui-state-active when interacting; hope thats helpful or post the source files and i can work on it.
#12
in reply to:
↑ 11
;
follow-up:
↓ 13
@
12 years ago
Replying to adamsilverstein:
there is a class added to a parent div #revision-diff-container gets comparing-two-revisions class added to it in compare two mode; the active handle gets a ui-state-active when interacting; hope thats helpful or post the source files and i can work on it.
Cool, that should work for me. I need to finish up some work, but I can get to it later tonight if that's okay.
#13
in reply to:
↑ 12
@
12 years ago
Replying to melchoyce:
Replying to adamsilverstein:
there is a class added to a parent div #revision-diff-container gets comparing-two-revisions class added to it in compare two mode; the active handle gets a ui-state-active when interacting; hope thats helpful or post the source files and i can work on it.
Cool, that should work for me. I need to finish up some work, but I can get to it later tonight if that's okay.
perfect - thanks!
@
12 years ago
Updating slider handle styles, slightly tweaking diff deletedline and addedline styling to include borders and some extra padding.
#14
follow-ups:
↓ 15
↓ 17
@
12 years ago
Okay, that should be good to go. Let me know if everything looks okay. Only thing I couldn't test was retina, so that will need to be checked out.
#15
in reply to:
↑ 14
;
follow-up:
↓ 16
@
12 years ago
Replying to melchoyce:
Okay, that should be good to go. Let me know if everything looks okay. Only thing I couldn't test was retina, so that will need to be checked out.
testing on retina the images are messed up, i will try to address and repost here.
#16
in reply to:
↑ 15
@
12 years ago
Replying to adamsilverstein:
Replying to melchoyce:
Okay, that should be good to go. Let me know if everything looks okay. Only thing I couldn't test was retina, so that will need to be checked out.
testing on retina the images are messed up, i will try to address and repost here.
ps. looks perfect on my regular non-retina monitor
#17
in reply to:
↑ 14
@
12 years ago
Replying to melchoyce:
Okay, that should be good to go. Let me know if everything looks okay. Only thing I couldn't test was retina, so that will need to be checked out.
24276.2.diff corrects css for retina displays, turns out all we had to do was set the background size for the x2 image, everything else stays as is.
#18
@
12 years ago
just realized we need to reverse the images for RTL on the two handled mode or it looks backwards:
i will work on this
#19
@
12 years ago
24276.3.diff reverses arrows for RTL mode
#21
@
12 years ago
in 24276.5.diff:
- css uses new arrows-pr.png and arrows-pr-2x.png files from melchoyce (name them as such and put them in wp-admin/images)
- tested in RTL and on retina display
#22
@
12 years ago
24276.6.diff adds back help update from DrewAPicture
i like option 2 - nice! i agree with the color discussion, keeping the colors associated with From/To seems useful. Its also true that once you start dragging, only one handle is active, so maybe an additional color change or highlighting could indicate this, then go off when you let go.