<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Output Results of Website Not Showing in Discussions</title>
    <link>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/90295#M35009</link>
    <description>&lt;P&gt;You could file a compatibility issue&lt;/P&gt;&lt;P&gt;- via the 'Report broken site' option in the FF menu&lt;/P&gt;&lt;P&gt;- at &lt;A href="https://webcompat.com/issues/new" target="_blank"&gt;https://webcompat.com/issues/new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- on the Bugzilla Web Compatibility :: Site Reports&amp;nbsp;component (&lt;A href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Web+Compatibility&amp;amp;component=Site+Reports" target="_blank"&gt;https://bugzilla.mozilla.org/enter_bug.cgi?product=Web+Compatibility&amp;amp;component=Site+Reports&lt;/A&gt;)&lt;/P&gt;</description>
    <pubDate>Sat, 15 Mar 2025 02:25:56 GMT</pubDate>
    <dc:creator>siffemcon</dc:creator>
    <dc:date>2025-03-15T02:25:56Z</dc:date>
    <item>
      <title>Output Results of Website Not Showing</title>
      <link>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/90293#M35008</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;We have a website (&lt;A href="https://remtopxonline.com/" target="_self"&gt;&lt;STRONG&gt;remtopxonline.com&lt;/STRONG&gt;&lt;/A&gt;) that provides an online calculator to convert REM to PX. It works fine on all browsers, but we recently noticed that it is not working on Firefox.&lt;/P&gt;&lt;P&gt;Our developer has been unable to find and fix this error.&lt;/P&gt;</description>
      <pubDate>Sat, 15 Mar 2025 02:03:45 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/90293#M35008</guid>
      <dc:creator>rempx</dc:creator>
      <dc:date>2025-03-15T02:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: Output Results of Website Not Showing</title>
      <link>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/90295#M35009</link>
      <description>&lt;P&gt;You could file a compatibility issue&lt;/P&gt;&lt;P&gt;- via the 'Report broken site' option in the FF menu&lt;/P&gt;&lt;P&gt;- at &lt;A href="https://webcompat.com/issues/new" target="_blank"&gt;https://webcompat.com/issues/new&lt;/A&gt;&lt;/P&gt;&lt;P&gt;- on the Bugzilla Web Compatibility :: Site Reports&amp;nbsp;component (&lt;A href="https://bugzilla.mozilla.org/enter_bug.cgi?product=Web+Compatibility&amp;amp;component=Site+Reports" target="_blank"&gt;https://bugzilla.mozilla.org/enter_bug.cgi?product=Web+Compatibility&amp;amp;component=Site+Reports&lt;/A&gt;)&lt;/P&gt;</description>
      <pubDate>Sat, 15 Mar 2025 02:25:56 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/90295#M35009</guid>
      <dc:creator>siffemcon</dc:creator>
      <dc:date>2025-03-15T02:25:56Z</dc:date>
    </item>
    <item>
      <title>Re: Output Results of Website Not Showing</title>
      <link>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/121889#M47906</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;What’s happening here is most likely a &lt;STRONG&gt;browser strictness issue with Mozilla Firefox&lt;/STRONG&gt;, not that your calculator logic is fundamentally broken. Chrome tends to “forgive” loose JavaScript—like using raw input values without parsing or handling empty fields—while Firefox is much stricter. So if your code is directly using something like &lt;CODE&gt;input.value&lt;/CODE&gt; in calculations, Firefox may treat it as &lt;CODE&gt;NaN&lt;/CODE&gt; (not a number), which silently breaks the output and makes it look like nothing is working.&lt;/P&gt;&lt;P&gt;The fix is usually simple but important: make your JavaScript more explicit and defensive. Always convert input using &lt;CODE&gt;parseFloat()&lt;/CODE&gt;, check for &lt;CODE&gt;NaN&lt;/CODE&gt;, and ensure your script runs after the DOM is fully loaded. Also use the &lt;CODE&gt;"input"&lt;/CODE&gt; event instead of &lt;CODE&gt;"change"&lt;/CODE&gt; for consistent behavior. In short, don’t rely on the browser to guess what you mean—tell it clearly. Once you tighten that up, your &lt;A href="https://calculateurheure.fr/" target="_self"&gt;calculator&lt;/A&gt; should behave the same across all browsers, including Firefox.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 02:47:04 GMT</pubDate>
      <guid>https://connect.mozilla.org/t5/discussions/output-results-of-website-not-showing/m-p/121889#M47906</guid>
      <dc:creator>harry37</dc:creator>
      <dc:date>2026-04-08T02:47:04Z</dc:date>
    </item>
  </channel>
</rss>

