Mark Smith (
mark) wrote in
dw_maintenance2020-04-26 01:27 pm
![[staff profile]](https://www.dreamwidth.org/img/silk/identity/user_staff.png)
![[site community profile]](https://www.dreamwidth.org/img/comm_staff.png)
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!
no subject
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.
no subject
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.
no subject
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!
no subject
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?