Upgrade to Visual Studio 2022 Preview (64-bit) v17 Preview 4.1 error to JavaScript

I just upgraded my project to the newest preview of VS2022 from the last preview and received an error in a JavaScript file that looks like it may be from Syncfusion.


Uncaught TypeError: Cannot read properties of null (reading 'offsetWidth')

at n.setActiveBorder (sf-tab-19ec1c.min.js:1)
at n.refreshActiveBorder (sf-tab-19ec1c.min.js:1)
at n.refreshActElePosition (sf-tab-19ec1c.min.js:1)


File: sf-tab-19ec1c.min.js:formatted, line: 434, code snippet:

var l = sf.base.isNullOrUndefined(o) ? this.tbItems.offsetWidth : o.offsetWidth;
0 !== l ? sf.base.setStyleAttribute(a, {
left: t.offsetLeft + "px",
right: l - (t.offsetLeft + t.offsetWidth) + "px"
}) : sf.base.setStyleAttribute(a, {
left: "auto",
right: "auto"
})

Note: I am stuck until this is resolved or have to use another Tab control (assuming this is the tab control)

Reference comment on Microsoft release notice page: https://devblogs.microsoft.com/visualstudio/visual-studio-2022-preview-4-is-now-available/comment-page-3/#comment-25860



2 Replies

SK Satheesh Kumar Balasubramanian Syncfusion Team September 23, 2021 09:14 AM UTC

Hi Scott, 
  
Thanks for using Syncfusion Products. 
  
We have validated your reported query based on your shared details. We could reproduce the issue at our end and confirmed this as a defect. The fix will be included in our upcoming volume 3 main release expected to be rolled out by end of September 2021. Please track the issue through the following feedback. 
  
  
We would appreciate your patience until then. 
  
Regards, 
Satheesh Kumar B 



NR Nevitha Ravi Syncfusion Team October 1, 2021 01:31 PM UTC

Hi Scott, 
 
We are glad to announce that our Essential Studio 2021 Volume 3 release v19.3.0.43 is rolled out successfully. In this release, the reported issue with empty tab header in .NET6 RC1 has been resolved. 
 
We thank you for your support and appreciate your patience in waiting for this release. Please get in touch with us if you would require any further assistance. 
 
Regards,            
Nevitha 


Loader.
Up arrow icon