You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run the TestShop.AppHost project that is in the playground folder
Click on the Online store link on the resources page a couple of times to create traces
Go to traces page and click on an entry
The trace detail page loads. When the page is refreshed the Actions column (width specified in pixels) isn't the correct size.
Moving the mouse cursor onto the page causes the table size to be fixed.
馃 Expected Behavior
Pixel width size is correct. I looked up the rules for column sizes when using table-layout-mode: fixed and first the explicit pixel width size columns are given widths, then the columns width percentages are sized according to the remaining size.
馃槸 Current Behavior
Actions column is smaller than it should be. When I move my mouse onto the screen then it is given the correct size (100px) which I confirmed in browser tools.
馃拋 Possible Solution
馃敠 Context
馃實 Your Environment
OS & Device: [e.g. MacOS, iOS, Windows, Linux] on [iPhone 7, PC]
Browser [e.g. Microsoft Edge, Google Chrome, Apple Safari, Mozilla FireFox]
.NET and Fluent UI Blazor library Version [e.g. 8.0.2 and 4.4.1]
馃悰 Bug Report
The column widths of a data grid aren't correct when the data grid firsts loads when mixing percentage and pixel widths and the mode is
Table:datagrid-pixel-size.mp4
jamesnk/grid-table-displaybranchTestShop.AppHostproject that is in the playground folderOnline storelink on the resources page a couple of times to create tracesActionscolumn (width specified in pixels) isn't the correct size.馃 Expected Behavior
Pixel width size is correct. I looked up the rules for column sizes when using
table-layout-mode: fixedand first the explicit pixel width size columns are given widths, then the columns width percentages are sized according to the remaining size.馃槸 Current Behavior
Actionscolumn is smaller than it should be. When I move my mouse onto the screen then it is given the correct size (100px) which I confirmed in browser tools.馃拋 Possible Solution
馃敠 Context
馃實 Your Environment