Closed
Bug 935592
Opened 12 years ago
Closed 5 years ago
Search menu item should dynamically update its title
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: wesj, Unassigned)
Details
We added a "before-build-contextmenu" message at some point so that we didn't have to initialize the search service to get a context menu item label at startup. Happily, the contextmenu api allows passing a function for the title, so we don't really need this. I still kinda like the message though (since it makes removing the menu code from browser.js a bit easier... we can lazily init all the menus).
Using the function method would allow this to dynamically update :)
Comment 1•12 years ago
|
||
Mentor bug?
Comment 2•5 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: 5 years ago
Resolution: --- → INCOMPLETE
| Assignee | ||
Updated•5 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
•