When you are viewing a document with engine X, and comments originally made with engine Y are present, this should be indicated ("This comment was made while looking at this change as a Q document."). They should probably also be moved to the top/bottom of the file, at least by default, since "Jupyter line number 9 = raw source line number 9" is an exceptionally bad and confusing guess at how to map line numbers.
- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Advanced Search
Mar 17 2021
Mar 15 2021
May 23 2020
- In previews, suggestions aren't highlighted properly (likely just missing CSS).
May 21 2020
- j, etc., can incorrectly select blocks inside a diff inside a suggestion.
May 20 2020
I made a change to drop unchanged context from suggestion views, but I don't particularly like it. It changed this:
- Inline comments with suggestions don't "know" that they're empty when the suggestion is the same as the context text.
- Create an inline. Suggest edit. Don't change anything. Save. You get a blank inline with no suggestion and no content, when this inline would normally delete itself.
The inline comment context menu does not apply the correct cursor ("pointer").
I still have a lot of inline style attributes to clean up and then I'm sure there will be a long tail of weird edge cases, but this is getting pretty close:
May 19 2020
- This isn't necessarily terribly useful in practice, but a UI hint about whether or not we've actually saved a draft would make debugging slightly easier.
- The inline comment context menu does not apply the correct cursor ("pointer").
May 15 2020
- The line-triggered reticle should be updated to use the hover-reticle cell style.
May 14 2020
May 13 2020
- In Jupyter notebooks (and, theoretically, other rich content) we find an inner <td /> before finding the content <td />, preventing context menus from working.
- 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.
In Chrome (Version 64.0.3282.140 (Official Build) (64-bit)) the inline comment buttons have a hot-spot for tooltips to party
- 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 22 2020
Apr 17 2020
Jun 5 2018
Feb 12 2018
In Chrome (Version 64.0.3282.140 (Official Build) (64-bit)) the inline comment buttons have a hot-spot for tooltips to party
Aug 15 2017
This seems to have calmed down.