mark: A photo of Mark kneeling on top of the Taal Volcano in the Philippines. It was a long hike. (Default)
Mark Smith ([staff profile] mark) wrote in [site community profile] dw_maintenance2020-04-26 01:27 pm

Code has been pushed!

Hiya, as per yesterday's announcement, the latest Dreamwidth code has been deployed.

This is the issue/bug/problem tracking post! Please let us know if you see anything... untoward.

Fixed

  • Posting an entry would tell you that your password was blank.
  • API key generation/deletion was... behaving a little weird.
  • Profiles pages were converted to Markdown, but this was too soon. I've put them back to raw HTML, they should look like they did before the push!

Known Issues

  • Chrome auto-filling in password forms, when trying to post as the already logged in user, results in an error. Still haven't fixed this one, but we will.
  • Reports of logging out possibly not? Need more information, login/logout work for me. Seems transient?

And as a reminder, if you use Semagic et al, please check the link above for information on how to configure it to keep working with Dreamwidth!

peaked: ELENA. (pic#13860686)

[personal profile] peaked 2020-05-07 12:16 pm (UTC)(link)
Hiya! Question—I've noticed after the code push that my attempts to post gifs/images with a html code that has them as the same width isn't working anymore? (These gifs originally aren't the same size because I'm excellent at picking them!)

Usually I could do <*img src="IMG" width="250"> (or even use height) but now this doesn't seem to be registering. (Ftr, it registers when I preview the entry, but when I publish, it shows the gifs at their actual sizes and doesn't register my width command.)

Any help would be appreciated, especially for a html beginner!

Thanks for all your hard work btw.
mycenae: (pic#)

[personal profile] mycenae 2020-05-07 07:18 pm (UTC)(link)
This has been breaking all over in my codes too (as seen above), ditto on the preview pane working and the entry itself being a big guessing game.

A quick fix that worked for me (at least last night) was to add styling to it to force it to work, (minus the spaces):

< img src="URL" style="width:250px;" >

It's not normally what I do when quick coding simple entries either, but it did get the page to respect the code.
peaked: CINDY. (Default)

[personal profile] peaked 2020-05-07 08:13 pm (UTC)(link)
Oh my god, thank you so much! It works!

Would you believe I tried the "250px" but just without the "style" in the code? Haha. Thanks so much for spotting my comment and answering, now I can edit all my images/gifs!
roadrunnertwice: Me, with the spoon and cherry sculpture from the Walker Art Center in Minneapolis in the bg. (Me - w/ cherry)

[personal profile] roadrunnertwice 2020-05-14 06:31 pm (UTC)(link)
Heya. We're still iterating on the image-shrinking behavior that's messing with your height/width, and I'm working on a way to make it leave complex decorative HTML alone.

It's likely that even after I do that, it'll still reset the sizes of images that don't have a container of some kind — so while an image inside a <div style="width: 70%">...</div> or something would have its size left alone, a row of images just written into an entry or comment would still get tweaked.

But I'm curious about what you're doing, and how common it might be, and whether there's anything I could do about it. Would you be willing to link me to one of your posts that does this?