Details
Description
Regedit : Display glitch in "export" dialog, due to broken comdlg32.dll
reactos-bootcd-0.4.14-dev-1455-g963d39b-x86-gcc-lin-dbg
This Ticket is related to the bottom-left part of the screenshot
Current ROS Design
IDD_EXPORTRANGE DIALOGEX 50, 50, 370, 50 |
STYLE DS_SHELLFONT | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER
|
FONT 8, "MS Shell Dlg" |
BEGIN
|
GROUPBOX "Export Range", IDC_STATIC, 2, 0, 366, 48 |
CONTROL "&All", IDC_EXPORT_ALL, "Button", BS_AUTORADIOBUTTON, 10, 10, 29, 11 |
CONTROL "S&elected Branch", IDC_EXPORT_BRANCH, "Button", BS_AUTORADIOBUTTON, 10, 22, 100, 11 |
EDITTEXT IDC_EXPORT_BRANCH_TEXT, 30, 34, 335, 12 |
END
|
but the current "50, 50" offset for the template was just not taken into consideration by ComDlg32.dll likely due to its FILEDLG95_OnWMSize function in WM_SIZE calling DeferWindowPos.
Attachments
Issue Links
- blocks
-
CORE-15127 Syncing ReactOS with Wine Staging 3.17
- Untriaged
- is blocked by
-
CORE-19732 [COMDLG32] "Browse for file", missing lower dark line on "My network"
- Open
- is duplicated by
-
CORE-16922 Regedit in the Export dialog box невидно part of Russian Text
- Resolved
- relates to
-
CORE-16890 Display glitch in registry editor "export" dialog (top left)
- Resolved
-
CORE-18876 regedit: Refactor and improve
- Untriaged