Open
Bug 1665517
Opened 5 years ago
Updated 3 years ago
[Bug]refresh page after close
Categories
(GeckoView :: General, defect, P3)
Tracking
(Not tracked)
NEW
People
(Reporter: liuche, Unassigned)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/14907.
I have opened a few tabs www.example1, www.example2, ...
I opened a popup window by window.open in JavaScript in www.example2 , then refresh parent page when I close this popup window by
<script>
window.onunload = refreshParent;
function refreshParent() {
window.opener.location.reload();
}
</script>Expected behavior
refresh page www.example2
Actual behavior
refresh page www.example2 in adress but it display www.example1. after refresh it is OK
Device information
- Android device: LG G7 ThinQ
- Fenix version: 80.1.2 build 2015761283
Updated•5 years ago
|
Priority: -- → P3
Updated•3 years ago
|
Severity: -- → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•