6190 iframe#62
Conversation
Moved existing components into new positions with the new common templates from previous commit
NB: Had to add context['nav'] to lots of webadmin views methods. This needs to be handled by common decorator.
Profile page is displayed under 'Webclient' tab, using 'parent_id' to highlight webclient tab. Project+Screens, Tags and Public are tabs in their own panel. Script - launching button is in the top toolbar, along with Group and User choosers.
Also Improved webtest common template examples with new layout
This takes everything from search_template branch (2 commits), so this branch can now be deleted.
This takes everything from search_template branch (2 commits), so this branch can now be deleted.
Seems that Safari 5.0.5 needs to have the <script> tag NOT within <html><head> and the first code in the <script> tag needs to be (document).ready()
|
File attachments:
|
Need to display the browser's file upload field in a form, since workaround with javascript click() only worked on Firefox.
Conflicts: components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/data/containers.html components/tools/OmeroWeb/omeroweb/webclient/templates/webclient/data/containers_icon.html
|
Issues identified
|
|
Further bug:
|
|
Scripts tested on IE, Chrome and Firefox. No technical bugs seen, I have created ##8027 to discuss with Dom about the presentation of the information in the activities window and included in part of his header review. |
|
Having spoken with Will this instance of overlapping of can be fixed see screenshot: http://trac.openmicroscopy.org.uk/ome/attachment/ticket/8027/activities%20window%20firefox.png |
|
Testing done in Firefox 10.0 on Windows 7. Just a few small things when working with images in active shares:
Just in general:
Search:
|
Also populate the query field of the search form when loading from top search field.
|
@will-moore: All looking good. Tooltips working nicely, shares working as expected. When adding a new tag to an element the tooltip is not added to the element. Is this expected? For attachments when a new element is added the tooltip is added with the correct metadata but has no formatting as far as I can tell, it's just one long string. |
|
@will-moore: All looking good with the tooltips. For attachment tooltips, "Description" is what exactly? |
|
Yep. Same for Tag. Both are annotation description. |
|
I found one more KeyError blocking login to webadmin because of |
Conflicts: components/tools/OmeroWeb/omeroweb/settings.py components/tools/OmeroWeb/omeroweb/webclient/views.py
PixelsProcessor: do not append '[...]' if the supplied image name is empty
This removes the iframe in web, includes lots of other UI changes:
For testers: @omeroscott etal
NB: Needs testing in IE and as many other browsers as possible ;)
Layout
Right-hand panel
Scripts