Open
Bug 1936518
Opened 2 months ago
Updated 2 months ago
[Toolbar Redesign] The new navigation_bar telemetry events from homepage are not generated in Landscape mode
Categories
(Fenix :: Experimentation and Telemetry, defect)
Tracking
(firefox133 disabled, firefox134 disabled, firefox135 affected)
ASSIGNED
People
(Reporter: dpop, Assigned: skhan)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
Steps to reproduce
- Have the new toolbar and new menu enabled.
- Use Glean Debug Tools to trigger telemetry events.
- Change the device orientation to Landscape mode.
- Open the app, and go to homepage > Tap/Long tap on the navigation toolbar buttons > Navigate to Glean Debug Viewer and observe the displayed pings.
Expected behavior
The following new telemetry events should also be generated while on homepage in Landscape mode:
navigation_bar.home_tab_tray_tapped
navigation_bar.home_tab_tray_long_tapped
navigation_bar.home_menu_tapped
Actual behavior
Only the old telemetry events are generated:
{
"timestamp": 0,
"category": "start_on_home",
"name": "open_tabs_tray",
"extra": {
"glean_timestamp": "1733919783576"
}
},
{
"timestamp": 14,
"category": "tabs_tray",
"name": "opened",
"extra": {
"glean_timestamp": "1733919783590"
}
{
"timestamp": 3794,
"category": "events",
"name": "toolbar_menu_visible",
"extra": {
"glean_timestamp": "1733919787369"
}
Device information
- Firefox version: Nightly 135.0a1 from 12/10
- Android device model & Android OS version: Google Pixel 8 Pro (Android 14), Samsung Galaxy A53 5G (Android 14)
Additional information
Landscape mode: https://debug-ping-preview.firebaseapp.com/pings/SamsungLando/d5a390f3-d9bb-42fc-9160-72bfb9d8da16
The "navigation_bar" events are generated when a single toolbar is displayed, but only from the website view, after the work done in bug 1935417.
You need to log in
before you can comment on or make changes to this bug.
Description
•