Refers to the views that show revision differences and suggested edit changes in various ways by breaking them down into additions and deletions.

learn more… | top users | synonyms

4
votes
1answer
63 views

Strike Through in Side by Side Views

Removing the red strike though of the red text on red background in side by side views would improve readability. From http://stackoverflow.com/review/suggested-edits/3702973 Even with markdown: ...
24
votes
0answers
117 views

Add an option for side-by-side diff before posting an edit

Now we have a nice side-by-side diff in the 'suggested edits' review pages, and as an option in edit history, could something similar be made available as an option when editing a post? It wouldn't ...
18
votes
0answers
138 views

Please keep title edits display consistent with content edits

Currently if the user edits the title of an answer as well as the content, the title changes are viewed in place, on the left and the content changes are separate, on the right. As a result you have ...
15
votes
0answers
73 views

LaTeX rendering for suggested edit queue

I would like to suggest a new feature that when reviewing suggested edits on sites that support LaTeX that the suggested edit queue renders the LaTeX markup in the rendered output view. The following ...
11
votes
0answers
69 views

Bugged simultaneous edit

In the following post: http://stackoverflow.com/posts/19760375/revisions A user made a minor edit to my post (edit 3) by correcting a mistake at the same time that I made a larger but non-conflicting ...
10
votes
0answers
64 views

Revision diff columns overflowing

I was editing a post, and I formatted the code better (markdown hates code with tab characters in it). When I was viewing the revisions (in source side-by-side diff mode), some of the lines were ...
9
votes
0answers
58 views

Is it feasible to highlight realtime “edit” changes?

While reading I see a lot of those "An edit has been made to this post, click to update" gray info bars, but unless the change involves adding a chunk of text, I'm not usually perceptive enough to ...
7
votes
0answers
46 views

Asked to review instead of edit, but cannot because temporary review quota reached

I clicked Edit to edit a question (to add tags). I was told to instead review a pending edit for the question. But I had already reviewed the maximum number of edits for that category for now, so it ...
7
votes
0answers
53 views

Reviewed suggested edit view for title-only edits takes body of last revision?

Yesterday I was pointed at some rejected suggested edits. Some of the corrections were valid, so I edited the posts accordingly, while making several further edits. Looking at the suggested edits now ...
7
votes
0answers
67 views

Word-wrap unhelpful when reviewing code-block edits

The lack of horizontal scrolling in side-by-side diffs of code-blocks during the review process often makes the process somewhat challenging. Here is an example that prompted me to finally speak up ...
6
votes
0answers
16 views

Allow linking to specific revision of revision history showing diff

Currently, the only way to link to a revision (clicking "link"), you just get a page which shows what the post looked like at that revision: Personally, I rarely use this and haven't ever found ...
5
votes
0answers
33 views

The two sides of a side-by-side markdown diff are overlapping each other

Time for a super-ultra-trivial bug: if you look at diff #7 for this post on meta.Anime.SE, you see this (on Chrome 34 / Windows 7): The deleted whitespace on the left side of the diff is slightly ...
5
votes
0answers
46 views

Wrong diff after suggested edit that only changed tags

This suggested edit shows the wrong diff. The revision history shows what happened: first william56 suggested a retag, which was approved (revision 2), then Gilles edited the body, title and tags ...
4
votes
0answers
28 views

Diffs at /revisions differ from the diffs at /suggested-edits/

http://hinduism.stackexchange.com/posts/238/revisions (private beta; please don't make a mess) looks like this: The corresponding suggested edit ...
4
votes
0answers
88 views

Suggested Edit Diff missing data

I was looking at a suggested edit to this answer, and it seemed like the editor had dropped a few letters in this edit, but when I went to the Improve screen, they were there. Here's the Diff screen ...
3
votes
0answers
36 views

Bug in markdown rendering when only diffs are whitespace

This suggested edit diff looks very wrong when showing the markdown. The rendered output diff is fine, though. It almost seems as though it has prioritsed matching one part of the text including the ...
2
votes
0answers
49 views

Differentiate formatting changes in Revision Diff from text content changes

In the current style of diff pages, all changes made in an edit are shown as deletions and additions. This makes it rather difficult to distinguish between formatting and capitalization changes from ...