Closed
Bug 1278616
Opened 8 years ago
Closed 4 years ago
Editable URL always resets to last *loaded* URL
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect, P5)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: sebastian, Unassigned)
References
Details
STR:
* Go to example.com
* Edit URL and enter javascript:foobar
* We display javascript:foobar but nothing happens (That's bug 1278581)
* Edit URL again
Expected result:
* The URL should still be javascript:foobar and I can fix it.
Actual result:
* The URL is example.com again
* However if you cancel the edit then we still display javascript:foo
Reporter | ||
Comment 1•8 years ago
|
||
We reset the URL every time the user starts editing it:
https://dxr.mozilla.org/mozilla-central/rev/1828937da9493b2cd54862b9c520b2ba5c7db92b/mobile/android/base/java/org/mozilla/gecko/toolbar/BrowserToolbar.java#777
Reporter | ||
Updated•8 years ago
|
Priority: -- → P3
I'm searching through the open bugs trying to find one that describes an issue I see regularly.
The scenario is that I've entered the wrong URL and want to fix it.
STR:
* Type food.com
* Firefox for Android starts to load food.com
* Fix the URL and type foo.com and submit (at this point food.com is still loading in the background)
Expected result:
* As soon as I submit foo.com this is what is displayed.
Actual result:
* Firefox for Android reverts the URL to food.com and seems to still be trying to load that URL, a few seconds later the URL switches it to foo.com and properly loads foo.com
Comment 4•6 years ago
|
||
Re-triaging per https://bugzilla.mozilla.org/show_bug.cgi?id=1473195
Needinfo :susheel if you think this bug should be re-triaged.
Priority: P3 → P5
Comment 5•4 years ago
|
||
We have completed our launch of our new Firefox on Android. The development of the new versions use GitHub for issue tracking. If the bug report still reproduces in a current version of [Firefox on Android nightly](https://play.google.com/store/apps/details?id=org.mozilla.fenix) an issue can be reported at the [Fenix GitHub project](https://github.com/mozilla-mobile/fenix/). If you want to discuss your report please use [Mozilla's chat](https://wiki.mozilla.org/Matrix#Connect_to_Matrix) server https://chat.mozilla.org and join the [#fenix](https://chat.mozilla.org/#/room/#fenix:mozilla.org) channel.
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → INCOMPLETE
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•