From c321cf27b8fc2b9e732097d3de787725378c88e4 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 30 Sep 2020 00:12:52 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 6938b8d0..29734f1b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -7,12 +7,21 @@ bugbug: menu won't drop down top right when running ayanova from a local win64 server build started happening in build alpha 25, didn't happen before that so not related to the .net update, more likely something to do with the pwa changes made recently - Try the "whitelisted modules" fix first: - this? https://github.com/vuetifyjs/vuetify/issues/5518 - something around this? https://vuetifyjs.com/en/features/treeshaking/#vuetify-loader + I've actually seen this briefly multiple times during development and it goes away with a refresh IIRC + + TRY: + first TRY does it happen when I run it from localhost development server with remote client or just the windows build server? + Put a dummy dropdown menu in the toolbar beside the notification icon to rule out my complex menu building code in app.vue + Try vue devtools to inspect it from here on Joyce's server to see if anything is visibly related + Try the "whitelisted modules" fix: https://github.com/vuetifyjs/vuetify/issues/5518 + something around this? https://vuetifyjs.com/en/features/treeshaking/#vuetify-loader + + + Try putting a development build of client on local server then load and see if it still an issue + TRY Can use v7 laptop to use dev tools to investigate on my own computer or vice-versa + NOT + a manifest pwa related issue because I'm seeing it direct browsing from desktop browser, not app version - Try vue devtools to inspect it from here on Joyce's server to see if it's there adn what the what - Try putting a development build of client on local server then load and see if it still an issue BUGBUG: decimal control displays blank even when value comes from server. It's ok when you manually enter but reverts to blank even though the value is there on open