-
Notifications
You must be signed in to change notification settings - Fork 160
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CM6: Fix missing mergeview pickers #676
Comments
Note, on #673, this was listed as:
I don't really understand this, as the pickers are meant to be used to pick which version of the code to use (local, remote or base). |
Somewhat related issue is that clicking on the gutter in a place which does not have a picker leads to an uncaught error: Uncaught TypeError: o is undefined
onGutterClick mergeview.ts:1415
mousedown mergeview.ts:1110
ar index.js:9652 |
@vidartf On the contrary, I don't understand why one needs to click on a picker to make the spacers appear. Maybe I missed something in the logics choosen for nbdime. I thought that the spacers were there to align the different views (like having a direct visual comparison of the different versions) and were not related to a choice of what code will be picked. I am interested to please have further explanations. Thanks. |
@HaudinFlorence My comment was mainly about the second point "there is no picker gutter marker for spacers. In the merge editor, only the text chunks are shown, there is no spacer". My understanding is that the pickers are needed also when there is added code vs an "empty spacer", so that you can pick the version of the code without the addition. For the first point, I'm not sure what it refers to, but that was at least never the intended behavior, and would sound like an indicator of a bug. |
So that should be solved by #691 :) |
@vidartf Ok sorry for the confusion and thanks for the explanation. |
After the CM6 upgrade, there is now missing picker handles in a few cases, especially for merge spacers. These should be re-added.
The text was updated successfully, but these errors were encountered: