-
-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue with Application Focus and XPand Security Modules #1076
Comments
apologies for the late response seems I missed this one, @CWolffIF u know u can ping me if I do not respond in a reasonable timeframe. I will process it asap, unless u have a solution already? |
Hi, sadly, until now we haven't found a solution |
Steps i took to reproduce the issue:
After selecting the TestObject from the Lookup focus is lost and Tabs stop working. i hope this helps i just tested it again and reproduced the issue, if you need any more information please let me know. |
I am not sure why this happens, however I saw that your Model.xafml is marked as embedded resource. By default Xaf uses a Content for this file and copy to build dir. If you embed that file eXpand thinks is by intension and merges it with the main model. ALthough this shouldn't cause problems for some reason it does. In any case I used the default declaration and worked for me <Content Include="Model.xafml">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content> let me know if that's ok |
Hi, you are correct this resolves the issue in the example i provided, however in our actual application that we ship to customers it does not. Any idea how we can continue to debug this? |
I solve all my problems using the subtractive approach here we know it is
some setting in the model.xaml to blame. We know that cause if we remove
the model it works (not certain for the public app)?. Anyway assuming it I
will focus on that view first and remove all model settings till I found
what to blame.
…On Fri, Dec 6, 2024 at 12:11 PM JIFaktor ***@***.***> wrote:
Hi, you are correct this resolves the issue in the example i provided,
however in our actual application that we ship to customers it does not.
After making the changes you suggested a ModelDifference and a
ModelDifferenceAspect have been created in the Database.
starting the application with these present results in a broken
userinterface, after deleting these entries from the database the
application runs as expected but the problem with focus persists.
Any idea how we can continue to debug this?
Many thanks for your assistance so far.
—
Reply to this email directly, view it on GitHub
<#1076 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AABAESC5YW5UUUURQBEFSK32EFZ4XAVCNFSM6AAAAABSCKUE3WVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDKMRSG4ZTCNRRGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hello,
We are having trouble with our XAF-Application utilizing XPand.
𝗗𝗲𝘀𝗰𝗿𝗶𝗯𝗲 𝘁𝗵𝗲 𝗯𝘂𝗴
When selecting an item from a LookUpListEditor in a DetailView the Edit looses Focus resulting in navigation via Tab being unavailable.
The Issue resolves when the Modules XPandSecurityWinModule and XPandSecurityModule are removed fom the project
𝗧𝗼 𝗥𝗲𝗽𝗿𝗼𝗱𝘂𝗰𝗲 (In a project with XPandSecurityWinModule and XPandSecurityModule)
𝗘𝘅𝗽𝗲𝗰𝘁𝗲𝗱 𝗯𝗲𝗵𝗮𝘃𝗶𝗼𝗿
After selecting a value from the DropDown focus should be placed back on to the edit and navigating via Tabs should be possible
𝗦𝗰𝗿𝗲𝗲𝗻𝘀𝗵𝗼𝘁𝘀
We created a short gif to showcase the issue, focus is lost after a value is chosen from the dropDown making Tabbing impossible.
Additionally we prepared a small sample project that reproduces the issue.
Any help debugging the Issue will be greatly appreciated.
We are looking forward to your reply.
Best Regards
XpandExample.zip
The text was updated successfully, but these errors were encountered: