Feature Request: Add position=x,y to --new-window command
Categories
(Toolkit :: Startup and Profile System, enhancement, P5)
Tracking
()
Tracking | Status | |
---|---|---|
firefox78 | --- | fixed |
People
(Reporter: eng, Assigned: mkaply)
References
Details
(Keywords: dev-doc-needed, parity-chrome, parity-ie, Whiteboard: [DUPEME?])
Attachments
(1 file)
User Agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/64.0.3282.186 Safari/537.36 Steps to reproduce: This is a feature request. Add "--start-fullscreen" and "position=x,y" to "--new-window" command. This is implemented in Chrome. It helps for kiosk-like applications w/o user input. Actual results: firefox.exe -new-window http://localhost/monitor.html --position=0,0 --start-fullscreen Expected results: Browser loads page in correct position (multiple monitors require changing starting position) in fullscreen.
Comment 1•4 years ago
|
||
Probably a duplicate of bug 158968.
![]() |
||
Comment 2•4 years ago
|
||
Mass bug change to replace various 'parity' whiteboard flags with the new canonical keywords. (See bug 1443764 comment 13.)
Updated•4 years ago
|
Assignee | ||
Updated•2 years ago
|
Assignee | ||
Comment 4•2 years ago
|
||
Assignee | ||
Comment 5•2 years ago
|
||
so this patch is pretty simple. It just adds left and top to our existing width/height parameters.
In my testing, it works on the first profile, but none of this works with the -new-window parameter.
Comment 6•2 years ago
|
||
Well, chrome requires multiple different instances to be up to do start kiosk mode in multiple screens as well. While not perfect, at least matching their functionality is much better than not having the option at all.
Assignee | ||
Comment 7•2 years ago
|
||
This page should be updated:
https://developer.mozilla.org/en-US/docs/Mozilla/Command_Line_Options
it never had width/height either
Pushed by mozilla@kaply.com: https://hg.mozilla.org/integration/autoland/rev/00f21c6e82bc Add left/top command line options. r=mconley
Comment 9•2 years ago
|
||
bugherder |
Comment 10•2 years ago
|
||
The patch actually missed the second half of the request. What shall we do with the --start-fullscreen
argument?
Assignee | ||
Comment 11•2 years ago
|
||
The patch actually missed the second half of the request. What shall we do with the --start-fullscreen argument?
We have kiosk which should be the equivalent.
Comment 12•2 years ago
|
||
Ah thanks.
Description
•