Forum Discussion

josh_bodner's avatar
josh_bodner
Former Employee
Oct 20, 2021

Dev channel update to 96.0.1047.2 is live

Hello Insiders!  Today we’re releasing build 96.0.1047.2 to the Dev channel.  Normally I’d say that since this is the last week for version 96, this is the build that will be moving to Beta, but that’s not quite the case this week.  Instead, our normal second-of-the-week update for the last Dev of a particular version will contain a higher build number than this one, and that build is the one that will be moving to Beta next week, give or take another small patch or two. 

 

For developers, we recently held our first PWA Summit.  If you missed it, you can read up on it here to learn about our latest PWA capabilities, improved documentation, and sample applications:  https://blogs.windows.com/msedgedev/2021/10/19/pwa-summit-learn-progressive-web-apps-documentation/.  Also, for Windows 11 users, we’d love to know what you think about our scrollbar styling work.  Fill out the survey here to let us know what you think about all the different options we’re considering:  https://forms.office.com/r/g37UCf8W9F

 

As for what’s new and exciting in the browser this week: 

 

Added features: 

 

  • Added support for showing the Downloads menu and button in popup windows that don’t have a standard address bar/toolbar. 
  • Added support for adding Citations to items in a Collection. 
  • Added more support for resetting sync data for work and school accounts. 
  • Added support for the Super Duper Secure Mode flag on Linux. 
  • Added a management policy to control Internet Explorer Integration Complex Nav Data Types, which controls how form data and headers are sent in IE mode tabs.  Note that updates to documentation or administrative templates may not have occurred yet. 
  • Added an API for WebVew2 apps to print to PDF (Issue 364). 

 

Improved reliability: 

 

  • Fixed a crash when a webpage shows a popup alert. 
  • Fixed a crash when using the Web Widget. 
  • Fixed a crash when turning sync on or off. 
  • Fixed a crash when opening a popup like the … menu by clicking its button on the toolbar. 
  • Mobile: 
    • Fixed a crash after signing out of the browser. 
    • Fixed a crash when saving a password. 
    • Fixed a crash when a website requests a new permission. 

 

Changed behavior: 

 

  • Fixed an issue where sync doesn’t work for work and school accounts.  
  • Fixed an issue where certain websites don’t work when Super Duper Secure Mode is enabled. 
  • Fixed an issue where the Collections pane sometimes can’t be closed. 
  • Fixed an issue where editing text in a Collection sometimes causes the pane to scroll unexpectedly. 
  • Fixed an issue where sidebar searches sometimes show content cut-off. 
  • Fixed an issue where the What’s New page doesn’t appear after updating the browser. 
  • Mobile: 
    • Improved ad blocking on certain websites. 
    • Fixed an issue where the browser sometimes can’t be signed into. 
    • Fixed an issue where a sync error dialog sometimes mistakenly appears, and when clicked on, it doesn’t navigate to sync settings. 
    • Fixed an issue where proxy settings are sometimes ignored. 
    • Fixed an issue where links that are clicked in InPrivate tabs sometimes are opened in non-InPrivate tabs. 
    • Fixed an issue where certain settings aren’t remembered after they’re turned on. 
    • Fixed an issue where the new tab page is rendered incorrectly. 
    • Fixed an issue where InPrivate sometimes isn’t disabled via management policy when it should be. 
    • Fixed an issue where Rewards prompts for a sign-in to a work or school account even though Rewards isn’t available for that type of account. 
    • Fixed an issue where certain internal websites sometimes don’t load properly for work and school users. 
    • Fixed an issue where websites sometimes have to be signed into twice in a row in order to actually be logged into the site. 
    • Fixed an issue where tabs sometimes close unexpectedly. 
  • Fixed an exception in WebView2 applications (Issue 1781). 

 

Known issues: 

 

  • Users of certain ad blocking extensions may experience playback errors on YouTube.  As a workaround, temporarily disabling the extension should allow playback to proceed.  See this help article for more details. 
  • Some users are still running into an issue where all tabs and extensions immediately crash with a STATUS_INVALID_IMAGE_HASH error.  The most common cause of this error is outdated security or antivirus software from vendors like Symantec, and in those cases, updating that software will fix it. 
  • Users of the Kaspersky Internet Suite who have the associated extension installed may sometimes see webpages like Gmail fail to load.  This failure is due to the main Kaspersky software being out of date, and is thus fixed by making sure the latest version is installed. 
  • Some users are seeing “wobbling” behavior when scrolling using trackpad gestures or touchscreens, where scrolling in one dimension also causes the page to subtly scroll back and forth in the other.  Note that this only affects certain websites and seems to be worse on certain devices.  This is most likely related to our ongoing work to bring scrolling back to parity with Edge Legacy’s behavior, so if this behavior is undesirable, you can temporarily turn it off by disabling the edge://flags/#edge-experimental-scrolling flag. 

 

For Stable users, since Beta is getting 96 soon, you should also look for Stable to get 95! 

 

22 Replies

  • rshupak's avatar
    rshupak
    Iron Contributor
    When selecting text in an edit control such as the one I am typing into right now, there is no mini menu for text. My expectation is that it shouldn't make a difference.
  • rshupak's avatar
    rshupak
    Iron Contributor
    Why do Smart Copy and Web Capture appear on the context menu when I have a selection on the page? They do not apply to the current selection. The context menu does adapt in other ways to differentiate between when there is and is not a selection.
  • rshupak's avatar
    rshupak
    Iron Contributor
    The mini-menu and/or use Microsoft Editor options have broken Ctrl+C and selection.

    One example is to visit this page, https://techcommunity.microsoft.com/t5/discussions/dev-channel-update-to-96-0-1047-2-is-live/m-p/2866266, and triple click on the word "channel" in the header "Dev channel update to 96.0.1047.2 is live". On stable this will select the whole line. On dev and canary this will almost always select only the single word.

    And the issue with copy and that if I select text and press Ctrl+C, nothing is copied. I have to keep going back, waiting for a bit, then pressing Ctrl+C again. I'm pretty sure this is the mini menu. The mini menu in Office apps does not have any such problems.

    I questioned Microsoft Editor because I had some issues disappear in canary last week when I turned it off. The primary reason I turned it off was that for several builds, Edge would crash when it was turned on and I absolutely wanted to avoid the crashes. I have since turned it back on but I thought it also helped with the triple click and Ctrl+C issues.
    • josh_bodner's avatar
      josh_bodner
      Former Employee

      rshupak I think the triple click issue is just a timing thing that we need to fix.  As far as I can tell, if you triple click fast enough so that the third click happens before the fade-in animation for the mini menu is complete, then the whole line/paragraph gets selected no problem.  If instead you wait until the menu is visible, the third click just dismisses it, and any subsequent clicks de-select the text.  My gut tells me that just increasing the amount of time between when text is selected and when the mini menu appears will help with this.  

       

      As far as copying failing, I've also noticed this happening with images, so it seems unrelated to either of the features you mentioned, and may just be a regression in how quickly we're able to shove data onto the clipboard, especially if you're copying a lot of data.  The fact that turning off Editor may have helped you with this is likely just because Editor was adding complexity that was reducing the copy time even further, and although we did specifically fix an issue where Editor was causing crashes, those crashes were also unrelated to the copying behavior!  Since a lot of the copy code comes from Chromium, it's also possible this is just something we'll get a fix for from them, so if you have a reliable way of trigger the copy fail, I'd be very curious to see if you can still get it to happen in the next build.  

      • rshupak's avatar
        rshupak
        Iron Contributor
        Re triple click, I do think timing is an issue but it may be more complicated. It often works once but then fails repeatedly.

        I mentioned Office because it has similar menus with which I have never had timing or similar issues.
  • Migue333's avatar
    Migue333
    Iron Contributor
    3rd build in a row where it's impossible to open context menu on text selection with touch. It's the mini menu feature that you guys have been silently testing that breaks this. Even if I disable the mini menu, nothing happens after sliding text with touch and tapping and holding the selection. I've filed feedback with recording weeks ago but no action taken yet.
    • josh_bodner's avatar
      josh_bodner
      Former Employee
      Don't worry, we're working on it. Some fixes just take longer than others!

Resources