Comment #16 on issue 127 by kimworking: Dropdown / select boxes do not  
consider the windows task bar
http://code.google.com/p/chromium/issues/detail?id=127

There are more to fixing this bug than just using SystemParametersInfo
SPI_GETWORKAREA, as SPI_GETWORKAREA only gets the work area of the primary  
monitor.
It is necessary to get the monitor where the dropdown box are clicked, by  
using
MonitorFromPoint and then use GetMonitorInfo to get the work area.

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to