OSX open -a with url doesn't work on a cold start
Categories
(Firefox :: General, defect)
Tracking
()
People
(Reporter: adanylenko, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/116.0.0.0 Safari/537.36
Steps to reproduce:
- Make sure firefox is not running
- Open terminal
- Run
open -a 'Firefox' https://netflix.com
Actual results:
Firefox opens with a blank page/url
Expected results:
Firefox opens with netflix.com loaded.
This is a regression in version 117
Comment 1•2 years ago
|
||
The Bugbug bot thinks this bug should belong to the 'Core::DOM: Core & HTML' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
Comment 2•2 years ago
|
||
This may be related to bug 1850828, which has a regression window identified.
Comment 3•2 years ago
|
||
I was able to reproduce the issue on Mac 12.6 using FF build 117.0a1(20230707220336).
Verified issue does not reproduce anymore with Firefox 118.0b6 and Nightly 119.0a1, most probably due to the fix from bug 1850828.
Comment 4•2 years ago
|
||
Thanks for testing, Monica.
Artem, just FYI, we intend to address this in the 117.0.1 release due to ship next Tuesday as well.
Description
•