roadrunnertwice: Me looking up at the camera, wearing big headphones and a striped shirt. (Default)
Nick Eff ([personal profile] roadrunnertwice) wrote in [site community profile] dw_maintenance 2020-07-27 07:11 pm (UTC)

Believe it or not, I MIGHT have found what's causing that problem.

The CSS framework we inherited for the "new" pages (which itself is pretty old at this point because it's taken so long to update pages, ha) sets a height of like three lines for all textareas. But then we change it to height: auto; for textareas that have a "rows" attribute, like this one. Your browser must either:

  • Not understand the value of "auto".
  • Not understand attribute selectors (the way it finds "textareas with a rows attribute").

If it's the latter, could probably fix it by forcibly setting height: auto for just this particular textarea, and that shouldn't have any knock-on effects elsewhere. We'll see.


Post a comment in response:

This account has disabled anonymous posting.
(will be screened)
(will be screened)
If you don't have an account you can create one now.
HTML doesn't work in the subject.
More info about formatting

If you are unable to use this captcha for any reason, please contact us by email at support@dreamwidth.org