Open pgilhuijs opened 3 years ago
Hello @pgilhuijs, I'll help you on this case.
I'm evaluating your log to inspect for errors. In the meantime can you give me more details about what it's not working? Is it the code action that is not appearing or it doesn't apply the changes when you select it? Does it happens sometimes or can you provide me an example where the problems always happen? This will help us a lot on identifying and fixing the problem.
Sorry about the inconvenience.
Well, strange thing is, I’ve seen it working sometimes, sometimes not. No clue what the different was. I just tried a repro scenario and as simple as this:
<Grid VerticalOptions="CenterAndExpand">
<Grid.RowDefinitions>
<RowDefinition Height="Auto"/>
</Grid.RowDefinitions>
</Grid>
This is not working…. Logs shows: 1/21/2021 9:33:42 AM [InsertGridRowColumnGenerator.cs : warning] The provided grid does not contain the Grid.RowDefinitions property 1/21/2021 9:33:42 AM [ApplicationInsightsAnalyticsService.cs : info] User event: "Insert Grid Row And Update Elemets"
Kind regards, Patrick
On 20 Jan 2021, at 03:29, Rafael Veronezi notifications@github.com wrote:
Hello @pgilhuijs https://github.com/pgilhuijs, I'll help you on this case.
I'm evaluating your log to inspect for errors. In the meantime can you give me more details about what it's not working? Is it the code action that is not appearing or it doesn't apply the changes when you select it? Does it happens sometimes or can you provide me an example where the problems always happen? This will help us a lot on identifying and fixing the problem.
Sorry about the inconvenience.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/mfractor/mfractor-feedback/issues/315#issuecomment-763284960, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA3PIYNFFS2NGYY5RGOP6BDS2Y5Z5ANCNFSM4WINKTVQ.
Got it! Just need to clarify, does the options always appears and sometimes it doesn't work, or does the appearance of the option is intermittent too? This is important so I can check on the right place.
Sorry for inconvenience! Regards, Rafael
No problem! The menu option is shown correctly, but doesn’t always work.
Regards, Patrick
Outlook voor iOShttps://aka.ms/o0ukef downloaden
Van: Rafael Veronezi notifications@github.com Verzonden: vrijdag, januari 22, 2021 1:58 AM Aan: mfractor/mfractor-feedback CC: Patrick Gilhuijs; Mention Onderwerp: Re: [mfractor/mfractor-feedback] Grid row insert/delete actions often do not work (#315)
Got it! Just need to clarify, does the options always appears and sometimes it doesn't work, or does the appearance of the option is intermittent too? This is important so I can check on the right place.
Sorry for inconvenience! Regards, Rafael
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/mfractor/mfractor-feedback/issues/315#issuecomment-765040784, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3PIYNPNFCS7Z47EIUMH3DS3DETDANCNFSM4WINKTVQ.
Hi @pgilhuijs, I've been running extensive tests and yet I couldn't reproduce your problem, I've found some inconsistent behaviors that may lead to it. I've found that the code actions runs fine when you invoke with cursor over the RowDefinition
/ColumnDefinition
themselves. Sometimes the options appear when invoking the menu over the Grid
itself, this is where you can your problems.
Can you confirm from which part of the code you invoke the actions menu? I'll be reviewing this feature to try to eliminate this inconsistencies.
I'm actually always right clicking the row definition.
Outlook voor iOShttps://aka.ms/o0ukef downloaden
Van: Rafael Veronezi notifications@github.com Verzonden: Friday, January 22, 2021 10:56:53 PM Aan: mfractor/mfractor-feedback mfractor-feedback@noreply.github.com CC: Patrick Gilhuijs p.gilhuijs@gmail.com; Mention mention@noreply.github.com Onderwerp: Re: [mfractor/mfractor-feedback] Grid row insert/delete actions often do not work (#315)
Hi @pgilhuijshttps://github.com/pgilhuijs, I've been running extensive tests and yet I couldn't reproduce your problem, I've found some inconsistent behaviors that may lead to it. I've found that the code actions runs fine when you invoke with cursor over the RowDefinition/ColumnDefinition themselves. Sometimes the options appear when invoking the menu over the Grid itself, this is where you can your problems.
Can you confirm from which part of the code you invoke the actions menu? I'll be reviewing this feature to try to eliminate this inconsistencies.
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHubhttps://github.com/mfractor/mfractor-feedback/issues/315#issuecomment-765707286, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AA3PIYNHVXREIT6YUV6V53DS3HYCLANCNFSM4WINKTVQ.
I often experience problems with inserting/deleting grid rows, one of the powerful actions of the tooling. However most of the times it is simply not working and I cannot see why. I've attached a logfile also.
Ide.2021-01-18__08-18-08.log
Installation Information