Skip to content
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

Update to electron 1.6.x #23800

Closed
wants to merge 25 commits into from
Closed

Update to electron 1.6.x #23800

wants to merge 25 commits into from

Conversation

bpasero
Copy link
Member

@bpasero bpasero commented Apr 1, 2017

Refs: #23159

Frameworks

  • V8 (53 => 56)
  • Chrome (53 => 56)
  • node.js (6.5.0 => 7.4.0 breaking changes)
  • libuv (1.9.1 => 1.10.1)

@bpasero bpasero added this to the April 2017 milestone Apr 1, 2017
@bpasero bpasero self-assigned this Apr 1, 2017
@@ -488,6 +488,7 @@ export class TreeView extends HeightMap {
this.viewListeners.push(DOM.addDisposableListener(this.domNode, 'mousedown', (e) => this.onMouseDown(e)));
this.viewListeners.push(DOM.addDisposableListener(this.domNode, 'mouseup', (e) => this.onMouseUp(e)));
this.viewListeners.push(DOM.addDisposableListener(this.wrapper, 'click', (e) => this.onClick(e)));
this.viewListeners.push(DOM.addDisposableListener(this.wrapper, 'auxclick', (e) => this.onClick(e))); // >= Chrome 56
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If AUXCLICK is getting disabled, why add an event listener for the event type?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@auchenberg our code is not just running in VS Code, see also https://github.com/Microsoft/monaco-editor

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Ah, makes sense. Just found it puzzling.

@bpasero bpasero closed this Apr 3, 2017
@bpasero
Copy link
Member Author

bpasero commented Apr 3, 2017

#23842

@bpasero bpasero deleted the ben/electron branch April 3, 2017 07:40
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants