Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
@pixeltherapy I had my browser at 1/4 size of my screen. Went through it, resized to full screen and suddenly the stuff I entered vanished!
-
kshep9232708yUnless they're thinking that people don't resize their browsers nowadays 😄😄😄
Related Rants
Friend asked me to help with his HTML5 form validation. His back-end work was decent, but whoever did the front-end... Oh boy.
They used media queries for mobile etc, which was fine. Until I saw what the queries did. Instead of resizing the form accordingly, they hide the visible one and make another one visible.
WHY WOULD YOU DO THIS
undefined
front-end
css
why