Opened 13 years ago
Closed 13 years ago
#1669 closed defect (fixed)
Can't select 'Tag' for an extract when using Internet Explorer
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | major | Milestone: | BASE 3.1 |
Component: | web | Version: | 3.0 |
Keywords: | Cc: |
Description
Start creating a new Extract. Open the 'Select' dialog for the 'Tag' element. Nothing happens when clicking on the desired tag or the 'Ok' button.
The console output in 'Developer tools' (press F12) show the following error message:
SCRIPT5007: Unable to get value of the property 'length': object is null or undefined table.js, line 419 character 4
Selecting other types of items (eg. protocol, bioplate, etc.) seems to work just fine.
The workaround is to use Firefox.
Note:
See TracTickets
for help on using tickets.
(In [6009]) Fixes #1669: Can't select 'Tag' for an extract when using Internet Explorer
Seems like Internet Explorer has a problem with naming the form "tags". I have changed the form to "taglist" and everything seems to work as it should.