Closed GoogleCodeExporter closed 9 years ago
Popup windows work fine in MSIE on XP. This is only a Chrome issue.
Original comment by czarek.t...@gmail.com
on 1 Feb 2014 at 12:04
The the CenterWindowRelativeToParent() function there was a call to
MoveWindow(), but its last parameter bRepaint was set to FALSE. It needs to be
set to TRUE to fix the issue.
Original comment by czarek.t...@gmail.com
on 1 Feb 2014 at 12:08
Fixed in revision c65311dc8f91.
Original comment by czarek.t...@gmail.com
on 1 Feb 2014 at 12:14
Noticed a minor glitch when popup window appears on Win XP. The window is
jumping a bit from. Originally it is positioned at 0, 0 and in OnAfterCreated
it is repositioned, but that happens after the window already appeared. There
is a comment in OnAfterCreated that explains this behavior:
// It would be best to provide x,y coordinates in OnBeforePopup,
// but setting windowInfo.x and windowInfo.y there doesn't work.
// These coordinates are probably used only when calling SetAsChild().
// So we have to center it after the window was created.
It may be fixable, but that would require further investigation.
Original comment by czarek.t...@gmail.com
on 1 Feb 2014 at 12:17
Original issue reported on code.google.com by
czarek.t...@gmail.com
on 1 Feb 2014 at 12:01