Bug 835588 - missing ID attribute "version" for
Summary: missing ID attribute "version" for
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Bugzilla
Classification: Community
Component: Creating/Changing Bugs
Version: devel
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: 4.2-5
Assignee: Matt Tyson 🤬
QA Contact: Simon Green
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-06-26 14:29 UTC by Matěj Cepl
Modified: 2018-12-09 06:29 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-08-23 00:17:36 UTC
Embargoed:


Attachments (Terms of Use)

Description Matěj Cepl 2012-06-26 14:29:19 UTC
Description of problem:

This element has id='version' only for non-logged version of show_bug.cgi. Logged in version doesn't have ID.

      <select id="version" name="version"  size="1">
          <option value="7.0" selected>7.0
          </option>
          <option value="7.1">7.1
          </option>
      </select></td>


Version-Release number of selected component (if applicable):
bugzilla as of today

How reproducible:
100%

Steps to Reproduce:
1.see above
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 2 Matt Tyson 🤬 2012-08-23 00:17:36 UTC
The logged in version of the site does indeed have an ID tag.


Note You need to log in before you can comment on or make changes to this bug.