Closed
Bug 1267644
Opened 9 years ago
Closed 8 years ago
Hello copy panel overlaps with location bar results when typing
Categories
(Hello (Loop) :: Client, defect, P2)
Hello (Loop)
Client
Tracking
(firefox46 unaffected, firefox47 unaffected, firefox48 affected, firefox49 affected)
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox46 | --- | unaffected |
firefox47 | --- | unaffected |
firefox48 | --- | affected |
firefox49 | --- | affected |
People
(Reporter: karla.merza, Assigned: Mardak)
References
Details
(Whiteboard: [btpp-fix-later])
Attachments
(2 files)
[Prerequisites]:
- In about:config set the following preferences
- loop.copy.ticket to 255
- loop.copy.throttler to mozilla.org
- loop.server to https://loop-dev.stage.mozaws.net/v0
- Have the Firefox Hello Beta 1.3.0 installed (https://addons.mozilla.org/en-US/firefox/addon/firefox-hello-beta/versions/?page=1#version-1.3.0)
[Affected versions]:
- Aurora 48.0a2, Nightly 48.0a1
[Affected platforms]:
- Linux 15.04, Mac OS 10.10, Windows 7
Scenario I:
[Steps to reproduce]:
1. Open browser.
2. Write something in the awesome bar.
3. Press CTRL+C.
4. Continue writing in the awesome bar.
[Actual result]:
Hello pop-up is displayed over the search results.
Scenario II:
[Steps to reproduce]:
1. Open browser.
2. Write something in the awesome bar and press ENTER.
3. Click in the awesome bar and then press CTRL+C.
4. Continue writing in the awesome bar.
[Actual result]:
Hello pop-up is displayed under the search results.
[Expected result]: (for both scenarios)
Hello pop-up should be dissmissed after step 4.
Updated•9 years ago
|
Whiteboard: [uxtriage]
Updated•9 years ago
|
Assignee: nobody → edilee
Rank: 15
Priority: -- → P1
Whiteboard: [uxtriage] → [btpp-fix-now]
Comment 1•9 years ago
|
||
I don't believe this happens in 46 (the target for 1.3) because the awesome bar is not full-width in this version. Also in 47? I've attached an example using 47 where the panel and the awesomebar do not conflict.
Updated•9 years ago
|
Rank: 15 → 20
Priority: P1 → P2
Whiteboard: [btpp-fix-now] → [btpp-fix-later]
Assignee | ||
Updated•9 years ago
|
Summary: Hello pop-up is not dismissed → Hello copy panel overlaps with location bar results when typing
Assignee | ||
Comment 2•9 years ago
|
||
If the location bar results are already showing, should they be hidden when the user copies?
One possible approach could be to listen for popupshowing from the location bar to then hide the copy, e.g.,
> let onURLPopup = () => { copy.hidePopup(); };
> copy.addEventListener("popupshown", () => { gURLBar.popup.addEventListener("popupshown", onURLPopup); });
> copy.addEventListener("popuphidden", () => { gURLBar.popup.removeEventListener("popupshown", onURLPopup); });
Comment 3•9 years ago
|
||
(In reply to Ed Lee :Mardak from comment #2)
> If the location bar results are already showing, should they be hidden when
> the user copies?
I think this is reasonable.
Updated•9 years ago
|
status-firefox46:
--- → unaffected
status-firefox47:
--- → unaffected
status-firefox48:
--- → affected
status-firefox49:
--- → affected
Comment 4•8 years ago
|
||
Support for Hello/Loop has been discontinued.
https://support.mozilla.org/kb/hello-status
Hence closing the old bugs. Thank you for your support.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•