modmore / VersionX

Resource & Element Versioning Extra for MODX Revolution (supports 2.2 and up). Extends the core in a future-proof manner to keep copies of every change to resources, templates, template variables, chunks, snippets and plugins.
https://modmore.com/extras/versionx/
40 stars 20 forks source link

Content in version comparison is sometimes cut off #52

Closed exside closed 11 years ago

exside commented 11 years ago

As can be seen in the following screenshot, some of the text (seems to primarily affect long paragraphs with no linebreaks in it) in the comparison window is cut of at the right, seems to be some css/overflow issue.

Screenshot

the other thing with the special characters not displaying right should be fixed in the upcoming 2.1.1 version as mark told me.

Mark-H commented 11 years ago

Looking at the code, that should only affect elements.. does that match your experience with this bug?

Reason for it to break in the element views, is cause all spaces are replaced with & nbsp; characters to make it obey to indentation and all that goodness, but yeah it doesn't flow nicely when doing that..

exside commented 11 years ago

more or less, at the site I see this I don't use the content field (all is managed through MIGX grids), so for the content this could be true, when I have a look at the TV fields and compare these, then there is the MGIX JSON shown and this is also cut off a bit, not as bad as with the chunk, but cut off =)...