Jennifer Richards

Results 72 comments of Jennifer Richards

As a workaround: If you reload the page in the browser immediately before clicking the "Edit position" button each time then this bug should not occur. I.e., reload before clicking...

@rjsparks added "To help diagnose completely - I used the “On agenda” edit button on the slides main document page to reattach the slides to the session."

I saw that we use the absence of a rev for drafts, but this was the only instance of a `SessionPresentation` for slides that had a null field. When looking...

> But we should go through the views that use it and make sure it's used consistently - for _slides_, the materials views (in particular in session_details_panel) always show current...

@flynnliz said: > I've pushed the "notifications" button two or three times since the date listed in this screenshot. The date there is [supposed to be] coming from the timestamp...

I see the update in `rfc-index.xml` but it looks like the change was not picked up by the datatracker. The `rfc_editor_index_update_task` ran on the full index on 2024-03-31, so it...

Confirmed - in the [code here, the update task adds but does not remove `contains` relationships between docs](https://github.com/ietf-tools/datatracker/blob/97822214eb4096666b5547e985fbf6143357ed88/ietf/sync/rfceditor.py#L686-L706). The `also` variable at that point contains a list of subseries docs...

I posted too quickly - the code right below what I quoted is meant to do the removal. Not sure why it's not working, but take my diagnosis with a...

Another special case that triggered this was a draft containing SVG artwork including the `x` attribute on the `` element. As I understand it, this is not allowed by the...