Annoying scrolling due to signatures

Status

Maximvdw

Premium
Feedback score
3
Posts
59
Reactions
61
Resources
0
Dear,

On chrome (PC) I am noticing some annoying scrolling. When scrolling through threads the page 'halts' when it passes a signatures (fast scroll). I have to move the mouse outside of the thread area before scrolling what is really annoying

My suggestion is to have expandable signatures but not automatically make it scroll

- Maxim
 
Type
Suggestion
Status
Denied
Last edited:
PebbleHost
High performance, consistent uptime and fast support. Minecraft hosting that just works.

ChrisH

Supreme
Feedback score
17
Posts
259
Reactions
156
Resources
0
Maybe lock signatures from scrolling until mouse has hovered about 1 second to prevent this.
 

Jack

Retired Moderator
Supreme
Feedback score
11
Posts
1,209
Reactions
1,462
Resources
0
The reason this happens is because there is a signature size limit. But you can also put tall images in, so the signature must expand to show the whole image.

MC-Market can easily "fix" the issue by editing 1 line of CSS, but that means anything that doesn't fit in the 250px signature height (i.e. any images taller than 250px) will be cutoff and not visible.

The update would be .signature { overflow: hidden; }

If they don't decide to do this fix, here's a few options you can do yourself (ranked easiest to hardest):

1) You can disable signatures altogether:
https://www.mc-market.org/account/preferences
6VqwGhJ.png


2) You can use uBlock Origin (I think Adblock Plus has a similar feature) to hide specific images:

3) I forget the name, but you can get CSS customizers (like the extension that the Onyx theme started on before becoming it's own extension) to make that CSS change yourself. Just add the following CSS:
HTML:
.signature {
    overflow: hidden;
}
 

Zeiyon

Making cool stuff
Supreme
Feedback score
111
Posts
2,281
Reactions
1,244
Resources
9
Or you can scroll on the side :p?

I used to think that was annoying as hell too once, but I got used to scrolling from the side now, so.[DOUBLEPOST=1517519575][/DOUBLEPOST]I'm not saying I disagree with the suggestion, I was just what I did to solve the problem.
 
Last edited:

Skylord

Supreme
Feedback score
35
Posts
1,785
Reactions
915
Resources
0
Or you can scroll on the side :p?

I used to think that was annoying as hell too once, but I got used to scrolling from the side now, so.[DOUBLEPOST=1517519575][/DOUBLEPOST]I'm not saying I disagree with the suggestion, I was just what I did to solve the problem.
That is what I did too, I really don't see this as an issue.
 

Mick

BuiltByBit Owner
Management
Feedback score
28
Posts
6,413
Reactions
7,704
Resources
0
This isn't really much of a problem I don't think, scrolling on the sides is the easiest solution so that users can keep their long signatures.

Denied, thanks for the suggestion.
 
Status
Top