[ros-bugs] [Bug 3429] can't select any color in comdlg32 color dialog

ReactOS.Bugzilla at reactos.org ReactOS.Bugzilla at reactos.org
Wed Aug 26 21:48:47 CEST 2009


http://www.reactos.org/bugzilla/show_bug.cgi?id=3429


maku <mkupfer at reactos.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|can't select any color in   |can't select any color in
                   |comctrl32 color dialog      |comctl32 color dialog
            Summary|can't select any color in   |can't select any color in
                   |comctl32 color dialog       |comdlg32 color dialog
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|0                           |1

Lone_Rifle <alwyn.tan at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alwyn.tan at gmail.com

gabrielilardi <gabrielilardi at hotmail.it> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |petrimetri at gmail.com

grschneider <grschneider at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |grschneider at gmail.com




--- Comment #2 from maku <mkupfer at reactos.org>  2008-07-01 12:24:09 CET ---
wine have implemented this feature
(http://cvs.winehq.org/cvsweb/wine/dlls/comdlg32/colordlg.c) and we use the
same code, maybe the bug occur in wine as well.


--- Comment #3 from maku <mkupfer at reactos.org>  2008-07-01 17:15:40 CET ---
as long as comdlg32 color dialog works in wine (at least since 0.9.44), it
seems to be a reactos problem because we use the wine-code. I tested that
dialog under wine with abiword and can select colors.


--- Comment #4 from Lone_Rifle <alwyn.tan at gmail.com>  2008-12-22 19:47:11 CET ---
Still present in r38270.


--- Comment #5 from gabrielilardi <gabrielilardi at hotmail.it>  2009-05-03 23:30:55 CET ---
*** Bug 4451 has been marked as a duplicate of this bug. ***


--- Comment #6 from grschneider <grschneider at gmail.com>  2009-08-26 21:48:46 CET ---
The color chooser dialog never receives button clicks (left, right, double)
posted to the DLGPROC callback (ColorDlgProc from comdlg32 as well), the dialog
is created with DialogBoxIndirectParamW (dll\win32\comdlg32:1343). The callback
ColorDlgProc is set with SetWindowLongPtrW( hwnd, DWLP_DLGPROC,
(ULONG_PTR)dlgProc); at dll\win32\user32\windows\dialog.c:902.


-- 
Configure bugmail: http://www.reactos.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.



More information about the Ros-bugs mailing list