Skip to content
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

top bar buttons disappear after typing text in event name field #54

Open
caver456 opened this issue Nov 5, 2019 · 2 comments
Open

top bar buttons disappear after typing text in event name field #54

caver456 opened this issue Nov 5, 2019 · 2 comments

Comments

@caver456
Copy link
Contributor

caver456 commented Nov 5, 2019

the buttons go away as soon as first character is typed in event name or event location fields. The only way to get to the keypad after that is to restart the app and go to keypad without entering an event name!

@caver456
Copy link
Contributor Author

cannot reproduce on windows with current devel code; need to test on a tablet

@caver456
Copy link
Contributor Author

ok yes I can reproduce this on windows - it happens in the new event popup in the mutli-event workflow. Transcript:

[INFO ] [adding ]['Tyner, Jeff', '', '530-205-7622']
[INFO ] [adding ]['Kress, Ray', '', '530-913-0204']
[INFO ] [Valid roster files][]
[INFO ] sync called
[INFO ] no cloudEventID specfiied - nothing to sync
[INFO ] [Base ] Start application main loop
[INFO ] [on_text called]<main.ComboEdit object at 0x0DF17570>:
[INFO ] [on_options called]<main.ComboEdit object at 0x0DF17570>:[]
[INFO ] [options ][]
q called: CREATE TABLE IF NOT EXISTS "Events" ('LocalEventID' INTEGER PRIMARY KEY AUTOINCREMENT,CloudEventID INTEGER, LANIDString TEXT, EventType TEXT, EventName TEXT, EventLocation TEXT, EventStartDate TEXT, EventStartTime TEXT, EventStartEpoch REAL, Finalized TEXT, LastEditEpoch REAL);
result:[]
query string: SELECT * FROM Events WHERE "EventStartEpoch" > 1573669439.2626526 ORDER BY LocalEventID;
q called: SELECT * FROM Events WHERE "EventStartEpoch" > 1573669439.2626526 ORDER BY LocalEventID;
result:[{'LocalEventID': 8, 'CloudEventID': None, 'LANIDString': None, 'EventType': 'Meeting', 'EventName': 'abc', 'EventLocation': 'def', 'EventStartDate': 'Fri Nov 22 2019', 'EventStartTime': '20:43', 'EventStartEpoch': 1574484224.9946363, 'Finalized': '0', 'LastEditEpoch': 1574484224.9869435}, {'LocalEventID': 9, 'CloudEventID': None, 'LANIDString': None, 'EventType': 'Training', 'EventName': 'bbb', 'EventLocation': 'ccc', 'EventStartDate': 'Sat Nov 23 2019', 'EventStartTime': '09:44', 'EventStartEpoch': 1574531110.7506428, 'Finalized': '0', 'LastEditEpoch': 1574531110.7466512}]
[INFO ] [sync candidates][{'LocalEventID': 8, 'CloudEventID': None, 'LANIDString': None, 'EventType': 'Meeting', 'EventName': 'abc', 'EventLocation': 'def', 'EventStartDate': 'Fri Nov 22 2019', 'EventStartTime': '20:43', 'EventStartEpoch': 1574484224.9946363, 'Finalized': '0', 'LastEditEpoch': 1574484224.9869435}, {'LocalEventID': 9, 'CloudEventID': None, 'LANIDString': None, 'EventType': 'Training', 'EventName': 'bbb', 'EventLocation': 'ccc', 'EventStartDate': 'Sat Nov 23 2019', 'EventStartTime': '09:44', 'EventStartEpoch': 1574531110.7506428, 'Finalized': '0', 'LastEditEpoch': 1574531110.7466512}]
[INFO ] [syncChoicesPopup called; choices=[{'LocalEventID'] 8, 'CloudEventID': None, 'LANIDString': None, 'EventType': 'Meeting', 'EventName': 'abc', 'EventLocation': 'def', 'EventStartDate': 'Fri Nov 22 2019', 'EventStartTime': '20:43', 'EventStartEpoch': 1574484224.9946363, 'Finalized': '0', 'LastEditEpoch': 1574484224.9869435}, {'LocalEventID': 9, 'CloudEventID': None, 'LANIDString': None, 'EventType': 'Training', 'EventName': 'bbb', 'EventLocation': 'ccc', 'EventStartDate': 'Sat Nov 23 2019', 'EventStartTime': '09:44', 'EventStartEpoch': 1574531110.7506428, 'Finalized': '0', 'LastEditEpoch': 1574531110.7466512}]
[INFO ] [keyDown ] text=d
[INFO ] sync called
[INFO ] no cloudEventID specfiied - nothing to sync
[INFO ] typed=d
[INFO ] Exiting admin mode
[INFO ] [keyDown ] text=d
[INFO ] sync called
[INFO ] no cloudEventID specfiied - nothing to sync
[INFO ] typed=d
[INFO ] [keyDown ] text=d
[INFO ] typed=dd

the 'Exiting admin mode' is probably the culprit - why is it exiting admin mode?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant