Changes

Version 4.4 (WinX)

2,018 bytes added, 06:58, 26 July 2023
* Fixed an issue where some download indicators were missing on document tiles.
* Fixed some UI issues when trying to edit GeoData or DateTime Properties.
* Fixed some issues an issue where too many root items the NavigationView sidebar navigational buttons were not scrollable in clipped on the root arearight edge, and updated its core styles and application in main content areas.* Fixed an issue where too many root object overlapped the navigation navigational buttons on the sidebar.* Fixed an issue where only up to 9 root items could be displayed on the root area.   
[[Category:Client|Version 4.4 (WinX)]]
[[Category:Version 4.4|Version 4.4 (WinX)]]
[[Category:WinX|Version 4.4 (WinX)]]
=== 4.4.10 on 2023-07-19 {{key press|App Center}} ===
= ⚠️ XAML Notes =
===⚠️NavigationView ===* ⚠️NavigationView: Due to a XAML Toolkit upgrade, the items at the bottom of the global sidebar appear clipped. At the same time, the NavigationView styling was streamlined in both UBIKThemes, and the content areas (UBIKContentArea, UBIKRootArea, UBIKDocumentArea, UBIKQueryArea). Already-existing customized versions of these pages will need to be adapted to see these changes. In rare cases, the Navigation View in already existing customized templates will appear broken (white background, reduced functionality) and require conversion. <div class="toccolours mw-collapsible mw-collapsed"><div style="font-weight:bold;line-height:1.6;">Steps to Conversion</div><div class="mw-collapsible-content"> <b>Step 1:</b> For guidanceeach custom; UBIKContentArea, please consult [httpsUBIKRootArea, UBIKDocumentArea, UBIKQueryArea:Remove the <muxc:NavigationView ...> and inline notes.Replace it with the ContentControl that references the new UBIKNavigationView as it's template (<ContentControl Template="{StaticResource UBIKNavigationView}"> found in any of the default area templates named above), and optionally the xaml notes, documented below.Do not forget to also convert the closing tag at the end of the xaml. <b>Step 2:<//xpb> Unfortunately, due to the way our themes are loaded, we need to include the new items in our custom UBIKThemes in order for customized color resources, like UBIKAccentColor, to be reflected on the NavigationView (otherwise it will always be standard orange).We also need to remove the old customizing to prevent interference of these styles.Clean up your UBIKThemes by removing all of the standard customizing from before the update. The easiest way is to;Search in your custom UBIKThemes.xaml for the NavigationView section (you can find it between the tags: <!-dev-#region NAVIGATION VIEW-->) and remove all the contents from this region.Use Developer Mode to unpack or access the newest standard UBIKThemes, and paste in the two following items in their entirety (make sure you get the entire item, until its closing tag): <Style x:Key="UBIKPaneToggleButtonStyle"...com></trac/UBIKStyle> <ControlTemplate x:Key="UBIKNavigationView">...Server</ticketControlTemplate></7643#StepstoConversion| Steps div></div> <br> * More than 8-10 root items overflowed the navigational sidebar buttons in the updated NavigationView described above. The fix was applied to Conversion]the UBIKGlobalSideBarButtons template for least chance of conflicting with a customized template. If your project has a customized version of this template and more than 8-10 items, please copy the Height attribute and VisualStateManager from the new default template.
* Invalid value indicator in [[Property_Direct_Edit_(Client)#ValueItem.PropertyValue_or_ValueItem.PropertyValueSessionless|property direct edit]] moved from UBIKPropertyDirectItemTextBox.xaml and UBIKPropertyDirectItemGeoData.xaml into UBIKPropertyDirectItemContainer.xaml to unify for all properties.
487
edits