View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0003247 | NoesisGUI | Unity | public | 2024-04-18 11:17 | 2024-05-02 11:48 |
| Reporter | george | Assigned To | jsantos | ||
| Priority | normal | Severity | minor | ||
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.2 | ||||
| Fixed in Version | 3.2.4 | ||||
| Summary | 0003247: Width="auto" property doesnt work in <Expander> component when <UniformGrid> is a child | ||||
| Description | Hi, This bug only happens in MacOS with an Intel processor. Here is a small code that we managed to generate the problem. we found changing the Width to a specific value or deleting UniformGrid makes the Width="Auto" work as it should. | ||||
| Platform | macOS | ||||
|
Thanks for the report. Could you please attach a full XAML that can be pasted into XamlPlayer or XamlToy to reproduce the issue? |
|
|
Also, if you can post some images with the difference between the expected and unexpected results to better understand what is happening, thank you! |
|
|
Thanks for the information. I am bit confused with what xamltoy.png is, because I have tried your XAML and I have several errors regarding StaticResource. Could you please provide a clean XAML that we can use in Xamltoy and XamlPlayer to reproduce the issue? Thank you! |
|
|
Here is the code without any compiling without errors in XamlToy: <Grid xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
</Grid> |
|
|
This could be related to an incorrect handling of infinite values in UniformGrid that I found, could you please apply the following patch and see if it solves the problems in Intel Macs?
|
|
|
Hej, Do you have any documentation or guide on how to implement this changes? so I can do it and test it on Mac+Intel? |
|
|
Sorry, as your company has access to the source code I thought you were building the runtime library yourselves. |
|
|
We are using v3.2.3 |
|
|
Please, download the following hot-fix (you need to replace this new Noesis.dylib with the one you have in your Unity package in /Runtime/Libraries/MacOS) https://drive.google.com/file/d/11hbmilUTZzEg2db49lG4BhKP2jzkROHl/view?usp=sharing |
|
|
Hej, thank you so much, Should I expect this fix on the next release? |
|
|
Sure, we solved it in changeset 13848 and will be fixed in 3.2.4 version |
|
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2024-04-18 11:17 | george | New Issue | |
| 2024-04-18 15:05 | jsantos | Assigned To | => jsantos |
| 2024-04-18 15:05 | jsantos | Status | new => assigned |
| 2024-04-18 15:06 | jsantos | Note Added: 0009387 | |
| 2024-04-18 15:06 | jsantos | Status | assigned => feedback |
| 2024-04-18 15:07 | jsantos | Note Edited: 0009387 | |
| 2024-04-19 10:42 | sfernandez | Note Added: 0009389 | |
| 2024-04-22 07:54 | george | Status | feedback => assigned |
| 2024-04-22 15:10 | jsantos | Note Added: 0009395 | |
| 2024-04-22 15:10 | jsantos | Status | assigned => feedback |
| 2024-04-23 07:31 | george | Note Added: 0009400 | |
| 2024-04-23 07:31 | george | File Added: Screenshot 2024-04-23 073057.png | |
| 2024-04-23 07:31 | george | Status | feedback => assigned |
| 2024-04-23 11:29 | sfernandez | Status | assigned => feedback |
| 2024-04-23 11:29 | sfernandez | Note Added: 0009402 | |
| 2024-04-25 10:27 | george | Note Added: 0009415 | |
| 2024-04-25 10:27 | george | Status | feedback => assigned |
| 2024-04-25 10:43 | sfernandez | Status | assigned => feedback |
| 2024-04-25 10:43 | sfernandez | Note Added: 0009416 | |
| 2024-04-30 08:14 | george | Note Added: 0009437 | |
| 2024-04-30 08:14 | george | Status | feedback => assigned |
| 2024-05-01 01:51 | jsantos | Note Added: 0009447 | |
| 2024-05-01 01:51 | jsantos | Status | assigned => feedback |
| 2024-05-01 01:51 | jsantos | Note Edited: 0009447 | |
| 2024-05-02 08:39 | george | Note Added: 0009449 | |
| 2024-05-02 08:39 | george | Status | feedback => assigned |
| 2024-05-02 11:48 | sfernandez | Status | assigned => resolved |
| 2024-05-02 11:48 | sfernandez | Resolution | open => fixed |
| 2024-05-02 11:48 | sfernandez | Fixed in Version | => 3.2.4 |
| 2024-05-02 11:48 | sfernandez | Note Added: 0009450 | |
| 2025-10-10 13:29 | jsantos | Category | Unity3D => Unity |