aodn / aodn-portal

AODN Open Geospatial Portal
https://portal.aodn.org.au/
GNU General Public License v3.0
21 stars 13 forks source link

Get feature info tables not resized #849

Closed kereid closed 10 years ago

kereid commented 10 years ago

[Portal Build Info] Base URL: http://portal-rc.aodn.org.au/imos123 Build date: 22/01/2014 09:29 Version: 3.12.0-rc5 Instance name: IMOS Environment: prerelease On Firefox

Steps to reproduce:

Add any collection to the map that has some sort of table within it. and click at a point on the collection

What should happen:

GFI opens and whole table is visible

What does happen:

GFI opens and user cannot see all of the table columns even when enlarging GFI still can't see all

gfi tables

jkburges commented 10 years ago

@kereid I am unable to repeat this (I've tried all the collections on the first page of search results).

I think some work has gone into formatting of GFI contents since this issue was raised, and so it's unlikely to get a big table as above - but maybe there is a collection that you know of where this is still the case.

For collections with really long titles (e.g. "IMOS - ANMN National Reference Stations - Maria and North Stradbroke Islands - Near real-time meteorology and sea surface temperature") I was still able to scroll horizontally in order to see the whole title (even though it didn't initially fit in the GFI window).

pmbohm commented 10 years ago

Tables should never be shown to the user. If users want the data it should be subsetted and down-loaded via the normal mechanism. This is not a not a portal issue, just unfinished work from dataset creation. If collections are found that do this, then it is a talend/ layer configuration problem for the collection author.

kereid commented 10 years ago

[Portal Build Info] Base URL: http://portal-rc.aodn.org.au/imos123 Build date: 06/06/2014 10:51 Version: 3.25.0-rc1 Instance name: IMOS Environment: prerelease

I am re-opening this as a bug as I am seeing it in rc production is fine though

Steps to reproduce:

Add Bio-Acoustic Ships of Opportunity (BA SOOP) sub-facility collection to map, on step 2 click any point on the feature displayed. Or for a simpler graph (which would take even less time to load) add IMOS - SRS Bio-Optical data base of Australian Waters (SRS-OC-BODBAW) Sub-Facility

What should happen:

GFI opens and graph is re-sized to fit in the GFI window

What does happen:

GFI opens and cannot see the whole graph have to make the GFI window bigger

jkburges commented 10 years ago

Probably fixed by https://github.com/aodn/aodn-portal/pull/1148 or https://github.com/aodn/aodn-portal/pull/1165 (depending on which solution is chosen).

pmbohm commented 10 years ago

This is a bug describing an issue with large tables of results. We cant shrink down HTML table data like we can an image. We are handling vertical scrolling correctly but we may need to add horizontal scrolling

jkburges commented 10 years ago

There are two different issues being described in this issue:

  1. GFI with large tables (https://github.com/aodn/aodn-portal/issues/849#issue-26065032)
  2. GFI with large images (https://github.com/aodn/aodn-portal/issues/849#issuecomment-45817876)

It appears as though 1 has been fixed by changing the content of the GFI, but if it reappears, then please open another bug (it doesn't appear to be an issue with argo anymore, in any case).

2 is fixed by #1148 and #1165 (I have just checked this again).