Closed
Bug 1121339
Opened 10 years ago
Closed 10 years ago
[e10s] [non-e10s]Browser window stops redraw after resize the window
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1117925
People
(Reporter: alice0775, Assigned: bas.schouten)
Details
(Keywords: platform-parity, regression)
Attachments
(1 file)
1.08 MB,
image/png
|
Details |
This does happen Windows7 Aero.
This happens Windows7 Classic or AeroBasic
Steps to reproduce:
0. Make sure Window Visual Style is Classic or AeroBasic.
1. Enable e10s
2. Move browser window to protrude from the desktop
3. Resize the window by dragging left border
Actual Results:
Browser window stops redraw
Switching taskbar button will redraw window
Expected Results:
Should not stop
Reporter | ||
Comment 1•10 years ago
|
||
> 1. Enable e10s
The problem also happens with non-e10s window.
tracking-e10s:
? → ---
Keywords: regression,
regressionwindow-wanted
Summary: [e10s] Browser window stops redraw after resize the window → [e10s] [non-e10s]Browser window stops redraw after resize the window
Reporter | ||
Comment 2•10 years ago
|
||
[Tracking Requested - why for this release]:
status-firefox36:
--- → unaffected
status-firefox37:
--- → affected
status-firefox38:
--- → affected
tracking-firefox37:
--- → ?
tracking-firefox38:
--- → ?
Reporter | ||
Comment 3•10 years ago
|
||
Regression pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=2a61df4eaa2d&tochange=24ba8274ed60
In local build
Last Good: 2a61df4eaa2d
First Bad: 823227372483
Regressed by:
823227372483 Bas Schouten — Bug 1107297: Only recomposite the damaged rect with D3D11. r=jrmuizel
This patch makes us behave similarly to when we're using the BasicCompositor, essentially we will clip all drawing to the final display to the area that was labeled as invalid. When DXGI 1.2 is available we will then also report the damaged area to the Present call so that can then be used to minimize the amount of bits that actually need to be blitted to the screen. Since we're no longer recompositing the whole screen this means we should also only clear the damaged area of the window.
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → bas
Status: NEW → ASSIGNED
Flags: needinfo?(bas)
Updated•10 years ago
|
tracking-e10s:
--- → -
Updated•10 years ago
|
Reporter | ||
Comment 4•10 years ago
|
||
This seems ro be fixed by Bug 1117925 in m-c
Reporter | ||
Comment 5•10 years ago
|
||
s/ro/to
Reporter | ||
Comment 6•10 years ago
|
||
Confirmed it fixed
https://hg.mozilla.org/mozilla-central/rev/06b590bf59f4
Mozilla/5.0 (Windows NT 6.1; WOW64; rv:38.0) Gecko/20100101 Firefox/38.0 ID:20150121141530
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
tracking-firefox37:
+ → ---
tracking-firefox38:
+ → ---
Resolution: --- → DUPLICATE
Updated•10 years ago
|
No longer blocks: 1107297
status-firefox36:
unaffected → ---
status-firefox37:
affected → ---
status-firefox38:
affected → ---
tracking-e10s:
- → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•