- In Jupyter notebooks (and, theoretically, other rich content) we find an inner <td /> before finding the content <td />, preventing context menus from working.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
May 14 2020
May 13 2020
- In Firefox, multi-line selections don't generate a context menu properly.
- Clicking the "New Inline Comment" action disables the oncopy behavior onmousedown but doesn't take the action until onclick. This creates a flash of selected content which spans both sides of the change and looks odd.
- Context selection doesn't activate in unified mode, maybe because data-copy stuff is being used to identify content cells.
- When you create an inline, do nothing, then click "Cancel", inlines briefly count themselves in the paths panel.
I have a patch which allows you to edit published inlines. It "works", but it causes a ton of weird side effects when you perform an edit.
Inline stuff:
May 12 2020
Probably kicking this, but:
See PHI1703. The document engine the original comment was made on should be persisted, so email can do something better than dumping unrelated lines of text into the body.
May 8 2020
The preview section underneath the comment area doesn't mark "editing" inlines in any special way.
May 7 2020
Not exactly related, but:
May 6 2020
In D21225, I made the "attach_inlines" parameter to differential.createcomment a no-op. This originated in D7019 and was a "Facebook Feature" at the time with no use case or rationale.
May 4 2020
- Audit is missing the "attach, drop-voided, upgrade-to-draft-text" code that Differential has when submitting "isEditing" comments.
- Audit is missing the entire submit-editing workflow in general.
- When you load the page and there are multiple inlines which we're pushing into an edit state, we focus and select them in sequence (and the overall order is basically random). The focus + select behavior should be disabled for this edit pathway.
- When we force saves of inlines, we probably (?) save the last saved state, not the draft state.
- When you click a line, type text, get a draft, reload the page, and cancel the inline: we cancel into an empty state.
- When you click a line, type text, then go to the list view: the revision draft state has not re-synchronized based on an empty inline comment with only a draft, because saving a draft doesn't trigger a re-sync.
- In the preview, editing inline comments don't reflect draft states correctly.
- The preview section underneath the comment area doesn't mark "editing" inlines in any special way.
- The "view" links in the preview don't jump to editing comments correctly.
- The "delete" links in the preview don't put editing comments into the right state (delete is normally impossible for an editing comment).
Apr 30 2020
Apr 29 2020
As of D21188, inlines have these remaining weird behaviors:
In the DOM, inline comments are currently structured as a "comment row", followed by zero or more related rows (which may contain the editor UI or the undo UI).
Apr 28 2020
OKAY SO
Apr 27 2020
Apr 25 2020
I believe D21167 fixed this.
The request sequence here is:
Apr 24 2020
Apr 23 2020
Apr 22 2020
I'm not aware of any current customer interest in improving this behavior, and it's likely a lot of work to improve what is largely a moot case (there's usually no value in reviewing individual file-level changes in a "create a new branch X" commit) that only affects Subversion.
Apr 21 2020
Apr 20 2020
Pretty much ready to ship: