facetofcathy: four equal blocks of purple and orange shades with a rusty orange block centred on top (Default)
facetofcathy ([personal profile] facetofcathy) wrote in [site community profile] dw_suggestions2012-02-23 10:13 am

Make the cuttag arrows scalable.

Title:
Make the cuttag arrows scalable.

Area:
Entries

Summary:
This is a very small suggestion about some very small things--the cuttag arrow images. They are small in size on the screen--11-15 pixels a side. Small in file size--around 100 bytes. And small in target--the image link has no padding on it.

They should be bigger and scalable.

Description:
Make the images scalable.

It's easy to make the arrow images scale up with a user's font size. You just need to set a width on the image in ems--something like .7em, which at a 16px font would show the arrow the same size it is now, but would let the image get bigger as the font size went up.

The problem is that the images are so low resolution, even very minor enlargement makes them very blurry. Making the images much higher resolution to begin with means that they start out shrunk down and they have room to grow.

Users of touch screens that zoom on the arrows to make them big enough for a finger to hit will also benefit from a less blurry image.

This increases the file size of the image. I made an 88 pixel square .gif of the right-facing arrow and it went from 91bytes to 573bytes. Something more in the 44px range is likely adequate if file size is a concern--that would give a clean image at up to a 62px font size.

Make the target bigger for everyone.

"Target" refers to the area you have to hit with your cursor or your finger to click a link. Right now it is the size of the image, nothing more.

I use a padding of 0.2em on the image and it gives me an 18px square to hit at default font size, instead of an 11px square. It makes a huge difference. (By the way, the span class .cuttag is inconsistently applied in the code and doesn't appear on the closing collapse arrow.)

Making the image scalable and putting some padding on it would make it a feature more users can enjoy.

Poll #9802 Make the cuttag arrows scalable.
Open to: Registered Users, detailed results viewable to: All, participants: 73


This suggestion:

View Answers

Should be implemented as-is.
56 (76.7%)

Should be implemented with changes. (please comment)
0 (0.0%)

Shouldn't be implemented.
2 (2.7%)

(I have no opinion)
15 (20.5%)

(Other: please comment)
0 (0.0%)

pseudomonas: per bend sinister azure and or a chameleon counterchanged (Default)

[personal profile] pseudomonas 2012-03-08 05:17 pm (UTC)(link)
Does this mean that the userheads can be made scalable as well?
noracharles: (Default)

[personal profile] noracharles 2012-03-08 08:42 pm (UTC)(link)
It would be good for users to be able to have larger cut tag arrows, but I wouldn't want them to be smaller for me. My font size is set to 12px.

I think many people who are comfortable reading smaller fonts would still prefer a larger target when they have to click things.

[personal profile] zaluzianskya 2012-03-08 10:19 pm (UTC)(link)
Why not just use text for the cut tag arrows? A ► or something. That wouldn't have any issues scaling.
pseudomonas: per bend sinister azure and or a chameleon counterchanged (Default)

[personal profile] pseudomonas 2012-03-08 10:45 pm (UTC)(link)
So long as you use a glyph that most platforms will have a font for.

[personal profile] zaluzianskya 2012-03-08 11:39 pm (UTC)(link)
That all makes a lot of sense! And don't apologize, I love info dumps to be honest. Thanks a lot for taking the time to write that all out.
ninetydegrees: Art: self-portrait (Default)

Re: Sorry, you get the info dump of my research.

[personal profile] ninetydegrees 2012-03-09 06:47 pm (UTC)(link)
and they both rely on using generated content via the :before pseudo element, which is not supported by the usual suspects.

If only it was! Scalable arrows can even be created using pure CSS and no image or font (I have this is in my style). *sighs*
msilverstar: (corset)

[personal profile] msilverstar 2012-03-09 03:47 am (UTC)(link)
I would like a bigger target for that function, so yes!
marahmarie: (M In M Forever) (Default)

[personal profile] marahmarie 2012-03-09 05:37 am (UTC)(link)
I'm curious about you mentioning the expander images having no padding because they have padding on my blog. If you check my CSS, you'll see I have the padding zeroed out. If I don't zero it out, it's about 2 pixels on all sides. Granted, I'm not sure if my own CSS (the stuff I added myself, in other words, not the default style) is at fault for it, but I haven't knowingly added any padding to that element (in fact, I have all DW-originating images zeroed out on padding, because they all have it) but something is.

On second thought (wow, I'm thinking out loud as I type) I have padding set on entry images - wonder if that could be it? I always assumed the padding was on DW's end, but now that I think about it, maybe not.

Anyway, yes, the cut-tag images do scale badly regardless, and ASCII character replacements do fall short for all the reasons you said.