Single-click running document load events

I just had such a weird problem I had to post about in case someone else gets it and thinks they might be going slightly mad!

In one particular database, every time I opened a view from the ‘View\Go to…’ menu command so that it opened with the default view outline, a single-click on any document would result in that document’s load events firing. If I had the debugger running I would see it go through Initialise, QueryOpen and OnLoad, but the document wouldn’t actually load. A single-click on the next document would fire the QueryClose of the first document and then the load events of the one I had just clicked. This was extremely irritating if I was in a view of documents that weren’t associated with a form as every single-click would generate an error.

I couldn’t figure out what was triggering this for ages and assumed it to be an 8.5.1 bug, but this morning I did a bit of troubleshooting and finally realised it was only happening on my local replica. Removing the workspace icon and bookmark and re-adding it has sorted it straight out.

Emily.

Subject: Your preview pane was open…

…just a tiny bit. Deleting and re-adding the app discarded the client’s knowledge of how far you had the preview pane open, so now it is closed (or was open enough to make it obvious that it was open).

Subject: Re: Your preview pane was open…

Of course! Seems so obvious now you’ve said it, but I never (knowingly) use the preview pane so it didn’t occur to me.

Thanks Andre!