Closed
Bug 1207536
Opened 9 years ago
Closed 8 years ago
[Control Center] Incorrect doorhanger placement for the Identity Extended Subview
Categories
(Toolkit :: UI Widgets, defect, P3)
Toolkit
UI Widgets
Tracking
()
People
(Reporter: noni, Unassigned)
References
Details
(Whiteboard: [fxprivacy])
Attachments
(1 file)
207.01 KB,
image/png
|
Details |
Reproduced on Windows 10 64-bit with:
* 42.0 beta 1
* latest 43.0a2 Aurora
* latest 44.0a1 Nightly
STR:
1. Open Firefox.
2. Navigate to https://timtaubert.de/
3. Move the broswer close to the bottom of the screen
4. Click on the site identity panel and then on the ">" button.
Expected Results:
The subview is correctly displayed.
Actual Results:
The doorhanger is missplaced, displayed at the top of the pop`up instead of bottom.
Screenshot: http://i.imgur.com/qvoQ3Wl.jpg
Updated•9 years ago
|
Whiteboard: [fxprivacy] [triage]
Comment 1•9 years ago
|
||
This looks like an issue with the XUL panel. Does this happen on other versions of Windows?
Flags: needinfo?(cornel.ionce)
Reporter | ||
Comment 2•9 years ago
|
||
It seems that this is reproducing across platform.
I've tested on Windows 7 64-bit, Windows 8 32-bit, Ubuntu 12.04 32-bit and Mac OS X 10.9.5 and they are all affected.
Flags: needinfo?(cornel.ionce)
OS: Windows 10 → All
Comment 3•9 years ago
|
||
OK I see it now, thanks. The panel arrow never gets re-anchored when switching into the subview if the main view opened in the bottom at first. If you get it to open the main view above the browser in the first place than the arrow is correct.
Comment 4•9 years ago
|
||
Looks like this started happening after 41
status-firefox41:
--- → affected
status-firefox42:
--- → affected
status-firefox43:
--- → affected
Component: General → XUL Widgets
Product: Firefox → Toolkit
Updated•9 years ago
|
Priority: -- → P3
Whiteboard: [fxprivacy] [triage] → [fxprivacy]
Comment 5•9 years ago
|
||
It looks like this is an issue with the XUL panel where the positioning is being updated but the arrow icon that anchors it to the ID block isn't moving.
Comment 6•9 years ago
|
||
Matt, do you think this is a duplicate of Bug 1188400?
Flags: needinfo?(MattN+bmo)
Comment 7•9 years ago
|
||
Does the patch in bug 1206133 fix this?
Comment 8•9 years ago
|
||
(In reply to Neil Deakin from comment #7)
> Does the patch in bug 1206133 fix this?
No, tested with the patch applied locally and the arrow is still showing up on the top side of Control Center after expanding the subview. To make sure that the subview is taller than the main view I've set this in the CSS:
#identity-popup-permissions-content {
display: none;
}
Comment 9•9 years ago
|
||
I updated the patch in bug 1206133 and it should address this case.
Updated•9 years ago
|
Flags: needinfo?(MattN+bmo)
Comment 10•8 years ago
|
||
I just tested and this is now fixed by the patch in bug 1206133.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•8 years ago
|
Iteration: --- → 52.3 - Nov 14
You need to log in
before you can comment on or make changes to this bug.
Description
•