Open
Bug 1048197
Opened 11 years ago
Updated 3 years ago
Events listener popup labels disappear after double clicking an item when hardware acceleration is enabled
Categories
(DevTools :: General, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: elbart, Unassigned)
References
Details
Attachments
(1 file)
|
309.45 KB,
image/png
|
Details |
When clicking on any label in the popup a second time, all the labels in that popup turn completely white for a second, and afterwards this happens when clicking on any other label, too, as long as the popup is open.
Does happen with OMTC disabled, does *NOT* happen with HWA disabled.
Nighty 2014-08-13, Win7 SP1 64bit, Intel and nVidia GPU.
m-c:
Last good revision: 0894d2cdb16d (2014-07-20)
First bad revision: 5b64c42742cd (2014-07-21)
Pushlog:
https://hg.mozilla.org/mozilla-central/pushloghtml?fromchange=0894d2cdb16d&tochange=5b64c42742cd
m-i:
Last good revision: 41818430febe
First bad revision: ca3a8b927b94
Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=41818430febe&tochange=ca3a8b927b94
Comment 1•11 years ago
|
||
This bug is easier to reproduce with many event listeners in the popup (see the <html> tag on this page for example).
It's pretty strange that this bug can't be reproduced with HWA disabled though (OMTC doesn't matter, I tested, only HWA matters). Markus, do you know what might be happening ?
Status: UNCONFIRMED → NEW
Ever confirmed: true
Flags: needinfo?(mstange)
Updated•11 years ago
|
Summary: Event-labels in popup turn white for a second when clicked a second time → Events listener popup labels disappear when double clicking an item when hardware acceleration is enabled
Updated•11 years ago
|
Summary: Events listener popup labels disappear when double clicking an item when hardware acceleration is enabled → Events listener popup labels disappear after double clicking an item when hardware acceleration is enabled
This may be related to bug 1049246 as well. Don't know enough to say if they are the same.
See Also: → 1049246
Comment 4•11 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #2)
> No idea. Some D2D bug I guess?
Seems weird. Is this still happening?
Flags: needinfo?(bas)
Yes, now it's happening after every click on a label.
Can't you reproduce it too?
Flags: needinfo?(bas)
mozilla-central-debug when clicking on a label:
++DOCSHELL 15A35400 == 17 [pid = 6704] [id = 20]
++DOMWINDOW == 37 (15A35800) [pid = 6704] [serial = 44] [outer = 00000000]
[Parent 6704] WARNING: Subdocument container has no frame: file c:\builds\moz2_s
lave\m-in-w32-d-0000000000000000000\build\src\layout\base\nsDocumentViewer.cpp,
line 2505
++DOMWINDOW == 38 (15A35C00) [pid = 6704] [serial = 45] [outer = 15A35800]
JavaScript strict warning: chrome://browser/content/devtools/codemirror/clike.js
, line 263: ReferenceError: reference to undefined property mode.builtin
JavaScript strict warning: chrome://browser/content/devtools/codemirror/codemirr
or.js, line 7041: ReferenceError: reference to undefined property arr[(arr.lengt
h - 1)]
JavaScript strict warning: chrome://browser/content/devtools/codemirror/codemirr
or.js, line 6742: ReferenceError: reference to undefined property options.clearR
edo
JavaScript strict warning: chrome://browser/content/devtools/codemirror/codemirr
or.js, line 3134: ReferenceError: reference to undefined property cm.display.bli
nker
JavaScript strict warning: chrome://browser/content/devtools/codemirror/activeli
ne.js, line 53: ReferenceError: reference to undefined property active[(active.l
ength - 1)]
JavaScript strict warning: chrome://browser/content/devtools/codemirror/javascri
pt.js, line 249: ReferenceError: reference to undefined property cc[(cc.length -
1)].lex
JavaScript strict warning: chrome://browser/content/devtools/codemirror/javascri
pt.js, line 280: ReferenceError: reference to undefined property state.globalVar
s
JavaScript strict warning: chrome://browser/content/devtools/codemirror/javascri
pt.js, line 358: ReferenceError: reference to undefined property cx.state.fatArr
owAt
JavaScript strict warning: chrome://browser/content/devtools/codemirror/foldgutt
er.js, line 103: ReferenceError: reference to undefined property state.changeUpd
ate
[Parent 6704] WARNING: Please do not use mouseenter/leave events in chrome. They
are slower than mouseover/out!: '!nsContentUtils::IsChromeDoc(d)', file c:\buil
ds\moz2_slave\m-in-w32-d-0000000000000000000\build\src\dom\events\EventListenerM
anager.cpp, line 377
Comment 7•11 years ago
|
||
Could you test with HWA on, but going into about:config and setting:
'gfx.direct2d.disabled' to true?
Flags: needinfo?(bas)
Is this still an issue?
Flags: needinfo?(elbart)
Updated•8 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
Comment 9•3 years ago
|
||
Clear a needinfo that is pending on an inactive user.
Inactive users most likely will not respond; if the missing information is essential and cannot be collected another way, the bug maybe should be closed as INCOMPLETE.
For more information, please visit auto_nag documentation.
Flags: needinfo?(elbart)
You need to log in
before you can comment on or make changes to this bug.
Description
•