Closed
Bug 571182
Opened 16 years ago
Closed 15 years ago
How to get widget corresponding to combobox dropdown
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: srinivasraokv, Unassigned)
Details
(Whiteboard: [CLOSEME 2011-1-30])
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US) AppleWebKit/533.4 (KHTML, like Gecko) Chrome/5.0.375.70 Safari/533.4
Build Identifier: Firefox 3.6
I have a window handle for the combobox dropdown and I need to get widget corresponding to the dropdown.
We do this by following code piece.
window = GetPropA((HWND) windowHandle, (LPCSTR)sPropName) ;
where sPropname is the "MozillansIWidgetPtr+pid" (pid is process id of firefox).
The above returns "nsISupports" value, which we convert to nsiwidget using
widget = do_QueryInterface(window) ;
Above piece of line goes bad, it returns null.
This was working fine in Firefox 3.5 but not on Firefox 3.6.
Reproducible: Always
Comment 1•15 years ago
|
||
Reporter, are you still seeing this issue with Firefox 3.6.13 or later in safe mode? If not, please close. These links can help you in your testing.
http://support.mozilla.com/kb/Safe+Mode
http://support.mozilla.com/kb/Managing+profiles
You can also try to reproduce in Firefox 4 Beta 8 or later, there are many improvements in the new version, http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: [CLOSEME 2011-1-30]
Comment 2•15 years ago
|
||
No reply, INCOMPLETE. Please retest with Firefox 3.6.13 or later and a new profile (http://support.mozilla.com/kb/Managing+profiles). If you continue to see this issue with the newest firefox and a new profile, then please comment on this bug.
Status: UNCONFIRMED → RESOLVED
Closed: 15 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•