-
Notifications
You must be signed in to change notification settings - Fork 975
New windows are just white for a bit. #8128
Comments
I am getting permanent white window on Windows 10 with Node v7.8.0 |
Getting simular on Linux as on windows but with a menu and window title. |
@AaronNGray Could you share a screenshot of what you're seeing from both Windows 10, and Linux? Your report sounds different from this issue (since your white-window persists). |
On Windows 10 it is a featureless white full screen window with no borders. I will do a screen shot for Linux when in a bit. |
@AaronNGray You appear to be running a preview build of Brave (presence of a Debug menu). Which version of Brave are you presently testing? 0.14.2 Preview? Can you press Shift+F8 and see if there is any output in the Console? |
@jonathansampson I cloned master and followed the default instructions. |
On Linux pressing Shift-F8 gives me developers mode panel on left hand side I am getting this output on the console I should have posted :-
|
And on Windows the console displays this :-
|
Thank you, @AaronNGray. We'll be looking specifically at performance issues in the very near future. I appreciate your assistance in providing this helpful feedback! |
I cloned from master.
…On 9 April 2017 at 20:20, Jonathan Sampson ***@***.***> wrote:
@AaronNGray <https://github.com/AaronNGray> You appear to be running a
preview build of Brave (presence of a Debug menu). Which version of Brave
are you presently testing? 0.14.2 Preview? Can you press Shift+F8 and see
if there is any output in the Console?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFOEw66BQV_IiK1VM-P6Yty-0O76Pknks5ruS-PgaJpZM4M3r-a>
.
--
Aaron Gray
Independent Open Source Software Engineer, Computer Language Researcher,
Information Theorist, and amateur computer scientist.
|
@AaronNGray That is what I assumed; we'll be dumping some performance improvements into master before too long. Thank you for helping us keep an eye on things :) |
Its not just a performance issue, the white screen/widnow is permanent. I
should have raised it as another separate issue.
I was trying to build Brave so would appreciate how to get it to work which
release to use.
…On 14 April 2017 at 00:55, Jonathan Sampson ***@***.***> wrote:
@AaronNGray <https://github.com/AaronNGray> That is what I assumed; we'll
be dumping some performance improvements into master before too long. Thank
you for helping us keep an eye on things :)
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#8128 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAFOE7nPV1L-RWntqjuAfh0ok3Vbc9cKks5rvrXfgaJpZM4M3r-a>
.
--
Aaron Gray
Independent Open Source Software Engineer, Computer Language Researcher,
Information Theorist, and amateur computer scientist.
|
@AaronNGray Ah, sorry for the confusion. I happened to have been looking at a performance-related issue that manifested itself as a white screen. My contexts were muddled-up. Please excuse my ignorance :) If you like, we can hop on a call via Skype or Google Hangouts and look into the issue you're facing. |
I am getting a permanent white window on Ubuntu 16.04 for new tabs. Brave: 0.14.1 |
@EricGrahamMacEachern Can you press Shift+F8 and report any output in the browser's console? |
@jonathansampson No the console is also completely white. |
I notice the issue on the PC which is relatively new (bought a half year ago). The window is blank for several seconds. Lately I started noticing the issue more often after the function to detach tabs was implemented. |
I added the needs-triage label just now. Please add a milestone and labels if necessary, thanks. |
I believe the original issue (seeing white for a bit) is well captured with #5309 When the screen is completely white, we have some steps in our wiki you can try:
|
@bsclifton I thought the issues were bit different; blank new tabs (which load images) vs blank new windows (which do not load images but |
STR by @lucidNTR
|
@luixxiul good call- I missed the part about new window (I think I wrongly read it as new tab) Let's reopen this issue 😄 The root cause will likely be similar. Chromium has a default of white for the web contents when it's created, IIRC. We should determine what we want this to look like (keep as white, fade in? default to black?) |
^ ya this is a big one I'm including it in there |
Separates parsing of APP_NEW_WINDOW action properties, and window creation / visibility logic. Moves window creation logic to windows API. Creates tests for existing APP_NEW_WINDOW action handler logic in windowsReducer Creates tests for new windows.createWindow logic Fixes test for downloadsReducer with not restoring a stub required by windowsReducer test Fix #8128
Separates parsing of APP_NEW_WINDOW action properties, and window creation / visibility logic. Moves window creation logic to windows API. Creates tests for existing APP_NEW_WINDOW action handler logic in windowsReducer Creates tests for new windows.createWindow logic Fixes test for downloadsReducer with not restoring a stub required by windowsReducer test Fix #8128
Separates parsing of APP_NEW_WINDOW action properties, and window creation / visibility logic. Moves window creation logic to windows API. Creates tests for existing APP_NEW_WINDOW action handler logic in windowsReducer Creates tests for new windows.createWindow logic Fixes test for downloadsReducer with not restoring a stub required by windowsReducer test Fix #8128
Separates parsing of APP_NEW_WINDOW action properties, and window creation / visibility logic. Moves window creation logic to windows API. Creates tests for existing APP_NEW_WINDOW action handler logic in windowsReducer Creates tests for new windows.createWindow logic Fixes test for downloadsReducer with not restoring a stub required by windowsReducer test Fix #8128
Test plan
#11764 (comment)
Did you search for similar issues before submitting this one?
yes
Describe the issue you encountered:
Opening new windows show chromeless completely white before the window frame etc are loaded.
This gives me a feeling of beeing not solid software and reminds me of 'badly packaged electron webapps'. I thought this was just due to me using webpack watch mode but i was shocked to see this is the behaviour in the release version too.
Platform (Win7, 8, 10? macOS? Linux distro?):
mac os
Brave Version (revision SHA):
Brave 0.14.2
rev 10539c2 and before
Steps to reproduce:
Actual result:
i see a white square
Expected result:
i see a browser window
Will the steps above reproduce in a fresh profile? If not what other info can be added?
yes
Is this an issue in the currently released version?
yes
Can this issue be consistently reproduced?
yes
Screenshot if needed:
#3025
The text was updated successfully, but these errors were encountered: