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

Add window.bringToFront() #210

Merged
merged 2 commits into from
Jan 3, 2019
Merged

Conversation

bingenito
Copy link
Member

Raise z-order of a window without activating. Default implementation will fallback to invoking focus() for containers in which it is not supported.

…ivation. Default implementation will fallback to invoking focus() for containers in which it is not supported.
@bingenito bingenito requested a review from a team January 3, 2019 16:11
@codecov
Copy link

codecov bot commented Jan 3, 2019

Codecov Report

Merging #210 into master will increase coverage by 0.04%.
The diff coverage is 100%.

@@            Coverage Diff            @@
##           master    #210      +/-   ##
=========================================
+ Coverage   93.15%   93.2%   +0.04%     
=========================================
  Files          15      15              
  Lines        1418    1427       +9     
  Branches      246     246              
=========================================
+ Hits         1321    1330       +9     
  Misses         97      97
Impacted Files Coverage Δ
packages/desktopjs-electron/src/electron.ts 96.79% <100%> (+0.03%) ⬆️
packages/desktopjs/src/window.ts 89.13% <100%> (+0.09%) ⬆️
packages/desktopjs-openfin/src/openfin.ts 85.75% <100%> (+0.13%) ⬆️

@bingenito bingenito merged commit 8bafe24 into morganstanley:master Jan 3, 2019
@bingenito bingenito deleted the bringToFront branch March 30, 2021 16:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants