Opened 16 years ago

Closed 12 years ago

#23 closed defect (fixed)

Lost focus of details window

Reported by: guest Owned by: cinc
Priority: major Milestone:
Component: component1 Version:
Keywords: Cc:

Description

I installed wpswizard-0_6_1a3 (just the dlls). When I open specific drives (details view) and select properties everything works fine. When I close the properties the original drive window never gets focus again. Requires a desktop restart to close window.

MikeG

Change History (2)

comment:1 Changed 12 years ago by cinc

Owner: changed from somebody to cinc
Status: newassigned

I can confirm the problem using 0.6.1a3.

comment:2 Changed 12 years ago by cinc

Resolution: fixed
Status: assignedclosed

Fixed in V0.6.1b4 and above.

The settings notebook window was subclassed with the replacement folder window procedure for WPRootFolder causing an exception later on during window message handling and somtimes even overwriting a real folder window procedure pointer.

-With installed EWP or XWP an exception handler caught the error leaving the unresponsive window. -With stock WPS one gets a hang -> reboot necessary -With stock WPS and SET SHELLEXCEPTIONHANDLER=OFF the WPS crashes hard but can be restarted/automatically restarts.

In this case the WPS exception handling does more harm than good causing a SYS3170 and hard hang.

Note: See TracTickets for help on using tickets.