You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Similar with #1632 I've noticed some code line inequalities when it comes to the screen and the codeoverview. These are reproducible for both browse and compare pages. The files did not have changes (same number of lines for both versions, no modified or deleted lines).
The Code Overview takes the lines from the file, and then attempts to create shapes that will allow it to illustrate the overall shape of the file inside the Code Overview panel. This means that, unless every single line can fit it the Code Overview, some lines will be missing. I looked at a couple of the examples above, and the files do have many more lines than could possibly fit into the Code Overview, so it's "squishing" the lines down to a bunch of shapes. Therefore, I believe what you are seeing is the expected behaviour (and nothing about this behaviour has changed with any recent patches).
Am I misunderstanding, or am I correct that this is not in fact a bug?
Similar with #1632 I've noticed some code line inequalities when it comes to the screen and the codeoverview. These are reproducible for both browse and compare pages. The files did not have changes (same number of lines for both versions, no modified or deleted lines).
https://code.addons-dev.allizom.org/en-US/compare/619668/versions/1691057...1691242/?path=_locales%2Far%2Fmessages.json#N973
https://code.addons-dev.allizom.org/en-US/compare/619715/versions/1691176...1691284/?allowSlowPages=true&path=popup-sa.css#N5104
https://code.addons-dev.allizom.org/en-US/compare/619715/versions/1691176...1691284/?path=jsbn2.js#N649
https://code.addons-dev.allizom.org/en-US/compare/619715/versions/1691176...1691284/?path=jsbn.js#N554
https://code.addons-dev.allizom.org/en-US/compare/619715/versions/1691176...1691284/?path=aes.js#N211
Expected result:
The number of lines should be the same in both places.
Actual result:
The overview show less lines than the middle section of the screen.
Notes:
The browse pages for the examples above are in the same situation.
Reproducible on AMO dev - FF77(win10).
The text was updated successfully, but these errors were encountered: