Open
Bug 1327017
Opened 9 years ago
Updated 3 years ago
Several redraw issues in memory tool after switching toolbox mode (nomal/WindowHost)
Categories
(DevTools :: Memory, defect, P3)
DevTools
Memory
Tracking
(Not tracked)
NEW
People
(Reporter: arni2033, Unassigned)
References
Details
>>> My Info: Win7_64, Nightly 49, 32bit, ID 20160526082509
STR_1:
1. Open https://www.mozilla.org/en-US/firefox/nightly/firstrun/
2. Open devtools -> memory, take snapshot
3. Switch toolbox mode (nomal/WindowHost)
4. Hover mouse over the center of the snapshot, hold left mouse button, move mouse to the top-left
corner of the screen, then to top-right corner, bottom-right corner, bottom-left corner.
AR:
There's some graphic corruption in snapshot: there's "real" rectangle with the data, and there's
"fake" rectangle with the same data drawn below the 1st one. Both cause some redraw issues in Step 4
ER:
No glitches.
Note:
Assuming this is a mistake in handling <canvas> element, this is not graphics bug.
_Probably_ it's a general problem with handling <canvas> in devtools, when you look at bug 1240176.
Component: Developer Tools → Developer Tools: Memory
Updated•9 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•