Task #8496 (closed)
Opened 7 years ago
Closed 7 years ago
Bug: Line plot does not work in IE8
| Reported by: | cxallan | Owned by: | cneves |
|---|---|---|---|
| Priority: | blocker | Milestone: | OMERO-4.4 |
| Component: | Web | Version: | n.a. |
| Keywords: | n.a. | Cc: | atarkowska |
| Resources: | n.a. | Referenced By: | n.a. |
| References: | n.a. | Remaining Time: | n.a. |
| Sprint: | 2012-05-22 (15) |
Description
The line plot does not work in IE8. Error from Internet Explorer is as follows:
Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.2; WOW64; Trident/4.0; .NET CLR 2.0.50727; .NET CLR 3.0.04506.648; .NET CLR 3.5.21022; InfoPath.2; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Fri, 6 Apr 2012 09:05:02 UTC Message: 'undefined' is null or not an object Line: 363 Char: 5 Code: 0 URI: http://gretzky.openmicroscopy.org.uk/static/webgateway/js/ome.viewport.js
Change History (7)
comment:1 Changed 7 years ago by atarkowska
- Owner changed from atarkowska to cneves-x
- Sprint set to 2012-05-08 (14)
comment:2 Changed 7 years ago by atarkowska
- Cc atarkowska added
comment:3 Changed 7 years ago by cneves
- Status changed from new to accepted
comment:4 Changed 7 years ago by cneves
comment:5 Changed 7 years ago by jburel
- Sprint changed from 2012-05-08 (14) to 2012-05-22 (15)
Moved from sprint 2012-05-08 (14)
comment:6 Changed 7 years ago by Carlos Neves <carlos@…>
(In [ef498a9b549aa66d09c1b3654918ce6f9f3a489b/ome.git] on branch develop) Adding default value for line plot axis (see #8496)
IE8 doesn't allow reading the dropdown selected value for a hidden DOM element, which we have on the full viewer line plot when we click on the enable checkbox, so defaulting to horizontal if element isn't available
comment:7 Changed 7 years ago by atarkowska
- Resolution set to fixed
- Status changed from accepted to closed
As Carlos mentioned that should be fixed now
https://github.com/openmicroscopy/openmicroscopy/pull/149
@atarkowska please test and close if there's nothing else there.