Closed
Bug 763467
Opened 13 years ago
Closed 9 years ago
Background becomes black when mouse over - reproducible in 20 lines - with D3D acceleration enabled
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
INCOMPLETE
People
(Reporter: duke.717, Unassigned)
Details
Attachments
(1 file)
603 bytes,
text/html
|
Details |
User Agent: Mozilla/5.0 (Windows NT 5.1; rv:13.0) Gecko/20100101 Firefox/13.0
Build ID: 20120601045813
Steps to reproduce:
Open a simple html file with a style defined for body and for input.
The html contains an input checkbox.
Actual results:
If you mouse over the checkbox, the background becomes black.
Expected results:
The checkboxes should not changed background color.
![]() |
||
Updated•13 years ago
|
Attachment #631880 -
Attachment mime type: text/plain → text/html
![]() |
||
Comment 1•13 years ago
|
||
Worksforme on Mac; sounds Windows-specific....
Component: General → Widget: Win32
QA Contact: general → win32
Comment 2•13 years ago
|
||
wfm with
Mozilla/5.0 (Windows NT 6.1; rv:13.0) Gecko/20100101 Firefox/13.0
Mozilla/5.0 (Windows NT 6.1; rv:15.0) Gecko/15.0 Firefox/15.0a1 SeaMonkey/2.12a1
Comment 3•13 years ago
|
||
WFM too on Windows 7, Firefox 13.
Do you see any difference if you disable hardware acceleration?
(In reply to José Jeria from comment #3)
> WFM too on Windows 7, Firefox 13.
>
> Do you see any difference if you disable hardware acceleration?
Yes! Well spotted :) If I "Disable all DirectDraw andDirect 3D accelerations.", then everything works fine.
Furthermore, the following sequence makes firefox unusable:
1: Enable acceleration.
2: Start Firefox
3: Open the wepgabe that causes the bug
4: "Disable all DirectDraw andDirect 3D accelerations."
Then, Firefox cannot draw anything on the page, (the menus still work), FF is unusable and the process must be closed.
Updated•13 years ago
|
Component: Widget: Win32 → Graphics
QA Contact: win32 → thebes
Comment 5•9 years ago
|
||
duke, do you still see this problem when using newer versions?
Flags: needinfo?(duke.717)
Summary: Background becomes black when mouse over - reproducible in 20 lines → Background becomes black when mouse over - reproducible in 20 lines - with D3D acceleration enabled
Whiteboard: [closeme 2016-10-01]
Resolved per whiteboard
Status: UNCONFIRMED → RESOLVED
Closed: 9 years ago
Flags: needinfo?(duke.717)
Resolution: --- → INCOMPLETE
Whiteboard: [closeme 2016-10-01]
You need to log in
before you can comment on or make changes to this bug.
Description
•