Closed Bug 733787 Opened 12 years ago Closed 11 years ago

[stage] Default version not being set

Categories

(Input Graveyard :: Frontend, defect)

x86_64
Windows 7
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: zcampbell, Unassigned)

Details

(Whiteboard: [stage][fromAutomation])

On the feedback landing page ( http://input.allizom.org/en-US/ ) the default Firefox version is trying to be set to 7 however this cannot be set because it doesn't exist in the list.

HTML:
     <div>
        <span class="selectbox" id="filter_product">
  <span class="text">Firefox</span>
  <select id="product" name="product" data-selected="firefox" data-versions="{&#34;mobile&#34;: [[&#34;--&#34;, &#34;-- all --&#34;], [&#34;11.0&#34;, &#34;11.0&#34;], [&#34;10.0.2&#34;, &#34;10.0.2&#34;], [&#34;10.0.1&#34;, &#34;10.0.1&#34;], [&#34;10.0&#34;, &#34;10.0&#34;], [&#34;9.0&#34;, &#34;9.0&#34;]], &#34;firefox&#34;: [[&#34;--&#34;, &#34;-- all --&#34;], [&#34;13.0a1&#34;, &#34;13.0a1&#34;], [&#34;12.0a2&#34;, &#34;12.0a2&#34;], [&#34;11.0&#34;, &#34;11.0&#34;], [&#34;10.0.2&#34;, &#34;10.0.2&#34;], [&#34;10.0.1&#34;, &#34;10.0.1&#34;], [&#34;10.0&#34;, &#34;10.0&#34;], [&#34;9.0.1&#34;, &#34;9.0.1&#34;], [&#34;9.0&#34;, &#34;9.0&#34;], [&#34;8.0&#34;, &#34;8.0&#34;], [&#34;5.0&#34;, &#34;5.0&#34;]]}">

          <option value="firefox" selected data-latest="7.0">Firefox</option>
          <option value="mobile"  data-latest="7.0">Mobile</option>
      </select>
</span>
        <span class="selectbox" id="filter_versions">
  <span class="text">
    All
  </span>
  <select id="version" name="version">
          <option value="--" >-- all --</option>
          <option value="13.0a1" >13.0a1</option>
          <option value="12.0a2" >12.0a2</option>
          <option value="11.0" >11.0</option>
          <option value="10.0.2" >10.0.2</option>
          <option value="10.0.1" >10.0.1</option>
          <option value="10.0" >10.0</option>
          <option value="9.0.1" >9.0.1</option>
          <option value="9.0" >9.0</option>
          <option value="8.0" >8.0</option>
          <option value="5.0" >5.0</option>
      </select>
</span>
      </div>
We no longer default to a particular version of Firefox.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → INVALID
Product: Input → Input Graveyard
You need to log in before you can comment on or make changes to this bug.