You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jacks-editor-app-expanded (the 'Expand' button from the slice-add-resources-jacks page) fails to load reliably. Tom, Aaron and I tried on all three browser types (Chrome, FF and Safari) and had different results. The results are consistent per person and browser but different per person:
Marshall : All three succeeded
Tom: Only FF succeeded
Aaron: Only FF and Safari succeeded.
Imported from trac ticket #1311, created by mbrinn on 02-18-2015 at 09:59, last modified: 03-31-2015 at 10:24
The text was updated successfully, but these errors were encountered:
The issue here appears to be that the Jacks topo container calculates its size in some way that is inconsistent with what we're doing around it. Minimum size seems to be about 350px.
It appears we need to have the page use reactive programming to adjust the height: If the overall window is big enough, set the height on the jacks-editor-pane to 95% of height (as the code says now). But if the overall height is not big enough (around 790px seems the right number), then set the jacks-editor-pane to a minimum of 350px.
Note that with the latest changes to make the jacks-editor-app-expanded look like the slice-add-resources-jacks page, the height no longer seems to be expanding for anyone. This is strange, as I thought it was working. Will this media-queries thing fix that? Or is there something else we need to do with the CSS load order or something?
jacks-editor-app-expanded (the 'Expand' button from the slice-add-resources-jacks page) fails to load reliably. Tom, Aaron and I tried on all three browser types (Chrome, FF and Safari) and had different results. The results are consistent per person and browser but different per person:
Marshall : All three succeeded
Tom: Only FF succeeded
Aaron: Only FF and Safari succeeded.
Imported from trac ticket #1311, created by mbrinn on 02-18-2015 at 09:59, last modified: 03-31-2015 at 10:24
The text was updated successfully, but these errors were encountered: