<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Thanks,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
I also found, shortly after sending the question, that setting</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
user_pref("browser.urlbar.quantumbar", false); </div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Lets thing work as before, at least until I learn the ins and outs of quantumbar <span id="🙂">
🙂</span><br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; background-color:#FFFFFF; font-family:Calibri,Arial,Helvetica,sans-serif">
<p style="margin-top: 0px; margin-bottom: 0px;"></p>
<div><img class="EmojiInsert" alt="1461351937967_signet.png" data-outlook-trace="F:1|T:1" src="cid:1c3f0b4f-b0d1-4440-9729-2cc1bad68739"><br>
</div>
<div><b style="font-size:12pt"><span style="color:rgb(0,111,201)">Stew Benedict</span></b><br>
</div>
<div><span style="color:rgb(0,111,201)"><b>Engineer IT III<br>
<a href="mailto:Stewart.Benedict@signetjewelers.com" class="OWAAutoLink">Stewart.Benedict@signetjewelers.com</a><br>
</b></span></div>
<div><span style="color:rgb(0,111,201)"><b>p 330-665-6588 | 375 Ghent Rd.</b></span></div>
<div><span style="color:rgb(0,111,201)"><b> | Akron, Ohio 44333</b></span></div>
<br>
<p style="margin-top: 0px; margin-bottom: 0px;"></p>
</div>
<div>
<div id="appendonsend"></div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<hr tabindex="-1" style="display:inline-block; width:98%">
<div id="divRplyFwdMsg" dir="ltr"><font style="font-size:11pt" face="Calibri, sans-serif" color="#000000"><b>From:</b> Mike Kaply <mkaply@mozilla.com><br>
<b>Sent:</b> Wednesday, November 6, 2019 6:40 PM<br>
<b>To:</b> Benedict, Stew <Stewart.Benedict@signetjewelers.com><br>
<b>Cc:</b> enterprise@mozilla.org <enterprise@mozilla.org><br>
<b>Subject:</b> Re: [Mozilla Enterprise] Problem rendering initial page firefox 68.1.0, 68.2.0 ESR RHEL7</font>
<div> </div>
</div>
<div>
<div dir="ltr">
<div>
<div class="x_mc-ip-hide">
<div style="color:#000000; font-size:12px; text-align:left; font-family:Helvetica,Arial,sans-serif">
<strong>
<p><span style="font-size:14px"><strong><span style="color:#FF0000">External Email: Please use caution.</span></strong></span></p>
</strong><br>
</div>
<hr>
</div>
Instead of using display: none, try height: 0px;</div>
<div><br>
</div>
<div>You might have to set min-height and max-height as well</div>
<div><br>
</div>
<div>Mike<br>
</div>
</div>
<br>
<div class="x_gmail_quote">
<div dir="ltr" class="x_gmail_attr">On Wed, Nov 6, 2019 at 4:52 PM Benedict, Stew <<a href="mailto:Stewart.Benedict@signetjewelers.com">Stewart.Benedict@signetjewelers.com</a>> wrote:<br>
</div>
<blockquote class="x_gmail_quote" style="margin:0px 0px 0px 0.8ex; border-left:1px solid rgb(204,204,204); padding-left:1ex">
<div dir="ltr"><br>
<br>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
We are working towards migrating to RHEL7 and a newer firefox for our POS systems. We fine tune the browser ui and run the browser as a seperate unpriviledged user, presenting them with a local homepage.html, with limited choices that take them either to the
graphical POS app or to the home office portal. As part of this "lockdown", in the past we have hidden the urlbar to prevent the users from going to arbitrary sites. In our current 52.6 and a 60.8 build I did before moving to 68.X, I was able to do this
via chrome/userChrome.css:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<span>/* Remove Page Actions Menu */<br>
</span>
<div>#page-action-buttons <br>
</div>
<div>{<br>
</div>
<div> display: none !important;<br>
</div>
<div>}<br>
</div>
<div>/* Remove the UI "sandwich" button */<br>
</div>
<div>#PanelUI-menu-button<br>
</div>
<div>{<br>
</div>
<div> display: none !important;<br>
</div>
<div>}<br>
</div>
<div>/* Remove the urlbar */<br>
</div>
<div>#urlbar<br>
</div>
<div>{<br>
</div>
<div> display: none !important;<br>
</div>
<div>}<br>
</div>
<div>/* Remove Developer Button (added via customize) */<br>
</div>
<div>#developer-button<br>
</div>
<div>{<br>
</div>
<div> display: none !important;<br>
</div>
<div>}<br>
</div>
<span></span><br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
This still works to suppress the urlbar, and for home office/lab systems we have a mechanism to expose the urlbar and the developer tools icon for troubleshooting web pages.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
If the urlbar is exposed, homepage.html loads fine. If it is hidden, the page loads, the tab title changes as expected, but the page does not render, it is just white. If I click on the print icon, the preview renders the page.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
If I open a new tab and click on "home", which loads the same page, that tab renders fine.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
It doesn't seem to matter if I use homepage.html, or launch firefox with another url as the startup page (say
<a href="http://www.google.com" id="x_gmail-m_-4682040565081701023LPNoLP225388" target="_blank">
www.google.com</a>), that intial page still does not render.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Any thoughts? Is there a better way to hide the urlbar?</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Thanks<br>
</div>
<br>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div id="x_gmail-m_-4682040565081701023Signature">
<div id="x_gmail-m_-4682040565081701023divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:rgb(0,0,0); background-color:rgb(255,255,255); font-family:Calibri,Arial,Helvetica,sans-serif">
<p style="margin-top:0px; margin-bottom:0px"></p>
<div><img alt="1461351937967_signet.png" style="max-width: 100%; height: auto;" data-outlook-trace="F:1|T:1" src="cid:16e43170180747301c71"><br>
</div>
<div><b style="font-size:12pt"><span style="color:rgb(0,111,201)">Stew Benedict</span></b><br>
</div>
<div><span style="color:rgb(0,111,201)"><b>Engineer IT III<br>
<br>
</b></span></div>
<br>
<p style="margin-top:0px; margin-bottom:0px"></p>
</div>
</div>
<br>
<br>
The information contained in this e-mail message is privileged and/or confidential and is intended only for the use of the individual or entity named above. If the reader of this message is not the intended recipient, or the employee or agent responsible to
deliver it to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communications in error, please immediately notify us by telephone (330-668-5000),
and destroy the original message. Thank you. </div>
_______________________________________________<br>
Enterprise mailing list<br>
<a href="mailto:Enterprise@mozilla.org" target="_blank">Enterprise@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/enterprise" rel="noreferrer" target="_blank">https://mail.mozilla.org/listinfo/enterprise</a><br>
<br>
To unsubscribe from this list, please visit <a href="https://mail.mozilla.org/listinfo/enterprise" rel="noreferrer" target="_blank">
https://mail.mozilla.org/listinfo/enterprise</a> or send an email to <a href="mailto:enterprise-request@mozilla.org" target="_blank">
enterprise-request@mozilla.org</a> with a subject of "unsubscribe"<br>
</blockquote>
</div>
</div>
</div>
</div>
</body>
</html>