Closed
Bug 527735
Opened 16 years ago
Closed 16 years ago
nsITaskbarPreviewButton.visible always returns the wrong value
Categories
(Core :: Widget: Win32, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.3a4
People
(Reporter: robarnold, Assigned: mak)
References
Details
Attachments
(2 files)
|
18.63 KB,
application/octet-stream
|
Details | |
|
751 bytes,
patch
|
robarnold
:
review+
|
Details | Diff | Splinter Review |
A simple boolean logic error. Not hard to fix.
Comment 1•16 years ago
|
||
Is this always returning the opposite of the correct value at present?
| Reporter | ||
Comment 2•16 years ago
|
||
Yes. It's returning true when the hidden flag is set on the underlying OS structure.
Comment 3•16 years ago
|
||
This is a sample extension I'm working on that encounters this issue in the findEmptyButton routine. However, I'm running into other problems -- setting button.visible isn't enabling the button.
| Assignee | ||
Comment 4•16 years ago
|
||
not worth spending time on this Rob
Attachment #436030 -
Flags: review?(tellrob)
| Reporter | ||
Updated•16 years ago
|
Attachment #436030 -
Flags: review?(tellrob) → review+
| Assignee | ||
Updated•16 years ago
|
Assignee: tellrob → mak77
| Assignee | ||
Comment 5•16 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
OS: Windows NT → Windows 7
Hardware: x86 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla1.9.3a4
You need to log in
before you can comment on or make changes to this bug.
Description
•