Both of these scenarios still happen.
In the first one there is no delay set, preview is triggered, doubleclick fails.
In the second one there is a delay set, first you first click once to trigger preview generation, then you doubleclick to open the file - doubleclick happens after preview starts being generated - doubleclick fails.
Delay is irrelevant to the issue, the issue is that clicks are not registering when preview is generated.
PDF file preview generation eats mouse clicks
Forum rules
READ THIS AND DO IT!!!
Please include the following information:
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
We strongly recommend adding your Windows Version and Screen Scaling Percentage to the Location field in your Profile or to your Signature. That way, you only have to type them once, and we won't have to search for that vital information.
When attaching an Image, please use the Attachment tab at the bottom of your post and click "Add files".
READ THIS AND DO IT!!!
1) Your XYplorer Version (e.g., v28.00.0801)
2) Your Windows Version (e.g., Win 11)
3) Your Screen Scaling Percentage (e.g., 125%).
-
admin
- Site Admin
- Posts: 66162
- Joined: 22 May 2004 16:48
- Location: Win8.1, Win10, Win11, all @100%
- Contact:
Re: PDF file preview generation eats mouse clicks
I think it is relevant that you got an easy solution (preview delay) to your original problem (double-clicks fail). The fact that mouse clicks are not registered is likely due to the Adobe preview handler, which is known for its unusual behavior.
FAQ | XY News RSS | XY X
-
highend
- Posts: 14932
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: PDF file preview generation eats mouse clicks
Get the PDF-XChange Viewer: https://www.tracker-software.com/produc ... scontinued
During installation you only need to select:
[x] PDF-Viewer files
[x] Shell extensions
Configuration | Preview | Previewed Formats
User-Defined Preview Handlers
During installation you only need to select:
[x] PDF-Viewer files
[x] Shell extensions
Configuration | Preview | Previewed Formats
User-Defined Preview Handlers
pdf>{CF822AB4-6DB5-4FDA-BC28-E61DF36D2583}
Afterwards you can still configure your Adobe as the default app for everything pdf related while the preview is done via the XChange Viewer...To see the attached files, you need to log into the forum.
One of my scripts helped you out? Please donate via Paypal
-
Blake
- Posts: 14
- Joined: 28 Jan 2026 13:41
Re: PDF file preview generation eats mouse clicks
But that's not a real solution, since it only covers one specific case, and fails in all others.
Still had cases with clicks not registering even with delay set during just normally using the program.
I'll try replacing the preview handler then as suggested.
-
Blake
- Posts: 14
- Joined: 28 Jan 2026 13:41
Re: PDF file preview generation eats mouse clicks
When I set this, its probably the wrong GUID, since even if I change GUID to a random one, previews are still shown.
What's a way to check which GUID is actually needed?
Results from testing:
If there is any custom preview handler entry for .pdf,
even with the wrong guid, the clicks not registering issues are gone.
As soon as the custom entry is removed, the issues are back.
-
highend
- Posts: 14932
- Joined: 06 Feb 2011 00:33
- Location: Win Server 2022 @100%
Re: PDF file preview generation eats mouse clicks
Code: Select all
text "Prev. handler:" . <crlf> . get("previewhandler", "pdf") . <crlf 3> . "Associated app: " . get("assoc", "pdf");Code: Select all
reg query "HKEY_CLASSES_ROOT\.pdf\ShellEx\{8895b1c6-b41f-4c1c-a562-0d564250836f}"
There is a fallback if the CLSID is wrong but it should normally only show the first page / thumbnail of that pdf (which is also the thumbnail handler of XChange Viewer^^)
http://www.nirsoft.net/utils/shexview.html
To see everything related to those handlers...
One of my scripts helped you out? Please donate via Paypal
-
RalphM
- Posts: 2087
- Joined: 27 Jan 2005 23:38
- Location: Cairns, Australia
Re: PDF file preview generation eats mouse clicks
I can confirm the CSLID:
It states PDFXEdit probably because I have the editor installed as well but after every update of the editor I reinstall the viewer as well and make it the default app for PDF because otherwise the preview is only very tiny on hover and it doesn't blow up if clicked for MDBU.
Code: Select all
Prev. handler:
Preview handler for pdf files
GUID: {CF822AB4-6DB5-4FDA-BC28-E61DF36D2583}
DefaultName: PDF-XChange PDF Preview Provider
DisplayName: PDF-XChange PDF Preview Provider
Associated app: PDFXEdit.exeRalph 
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
(OS: W11 25H2 Home x64 - XY: Current x64 beta - Office 2024 64-bit - Display: 1920x1080 @ 125%)
XYplorer Beta Club