Black Friday = Pricewatch Bekijk onze selectie van de beste Black Friday-deals en voorkom een miskoop.

[bug] scrollen in forum post door te lange signature

Pagina: 1
Acties:

  • _David_
  • Registratie: Februari 2011
  • Laatst online: 19:39

_David_

FP ProMod

llama llama duck

Topicstarter
Als iemand een hele lange signature heeft dan kan je scrollen in die post, zie bijvoorbeeld: Glaanie in "Verbeteringen voor prijzen bij producten uit een serie/reeks"

Screenshot:
forum post scroll bug

Android 5.1
Chrome for Android 42.0.2311.109

I thought fail2ban would keep the script kiddies out but somehow you still seem to be able to login.


  • _David_
  • Registratie: Februari 2011
  • Laatst online: 19:39

_David_

FP ProMod

llama llama duck

Topicstarter
Kleine bump van mijn kant, aangezien ik me begon te irriteren aan het scrollen in forum posts heb ik even een custom css fix gemaakt:

Cascading Stylesheet:
1
2
3
4
5
6
/* add word wrap to signature on mobile so that it doesnt show a scrollbar */
@media (max-width: 499px), (max-device-width: 499px) and (orientation: portrait) { 
    .message p.signature {
        word-wrap: break-word;
    }
} 

I thought fail2ban would keep the script kiddies out but somehow you still seem to be able to login.