-
Notifications
You must be signed in to change notification settings - Fork 5
Conversation
Note for @hflynn: |
We don't have a downloads page for 1.4.0 as yet (cc @sbesson), probably best to sort that out before I update the product page |
@hflynn: my comment was more a heads-up since there is no release yet |
Ah sorry! Gotcha. |
Adds occurence based filtering ability in replacement of ignore first/last Massive performance upgrade Client-side templating instead of server-side
Tested on centos6_py27_apache24 along the lines of the new scenario https://github.com/openmicroscopy/ome-internal/pull/290. Works as expected. Note that new issues were created with bug reports as well as RFEs. #47 #46 ... - #42 |
Unfortunately, the issue #36 is not resolved in the setup reported in the previous comment #37 (comment) on Firefox 43.0.4 |
#25 is resolved here. |
Will have to ask @will-moore about #29 |
BUG: ? |
@dpwrussell : in more general terms Re #37 (comment) - what tokenizing behaviour is actually the expected behaviour as of now ? (slashes, underscores .... anything else ?, what is the behaviour when a pure-number group is in the name ? I think this should be spelled out in order to know what is expected and what not. |
…ender when unmapped tags are shown
…present on instead of a calculated cardinality
…eady for configurable separators)
…r allowing user specified separation criteria
@pwalczysko Until I address German-BioImaging/omero-autotag#4 I have made it so that the default is to split on any of:
|
For this PR to progress the remaining issues are #52 and #51. @will-moore If you have any ideas about #43 that would also be welcome. |
Also changed entire button to highlight on mouseover Removed highlight when mouseing over the down arrow as this no longer makes sense
I just found that the bundle.js is breaking jQuery tooltip plugins in the webclient. |
The tooltips are okay now in Web, but #37 (comment) persists. |
Ok, I think I've fixed most of those issues. Not sure about the one with the squished menus, there are CSS rules in place to avoid that specifically. Is this happening for you on all browsers? |
The Filtering images box fromat #37 (comment) is fixed now. |
The blocking problems on Safari and IE 11 #37 (comment) and #37 (comment) are fixed now |
Tooltips in web work as expected. |
In summary from today's testing:
Suggestion: have one more look at the Firefox colors issue, this might confuse users a lot, taking into account the popularity of Firefox (issue both on Mac and Win in 2 different Firefox versions) |
I have fixed the Firefox colouring problem. I'm not sure what to do about the IE range slider. I don't actually have any windows infrastructure right now to even try this on. Any chance you could have a play @will-moore and see if there is anything we can do that would fix it easily? A CSS rule for height/padding of the IE range slider maybe. |
@dpwrussell : The Firefox colouring problem is okay now both on Mac as well as Windows. The IE range slider problem - @will-moore suggested to put onto the element something like |
I tried that, but it looks rather messy. I've tried doubling the toolbar height instead. Because it lines up with the bottom of the tree toolbar it still looks tidy, but now leaves plenty of room for a) the IE slider, and b) future extra controls (like the separator customizations). I had to fiddle a few other things around in order to do that. How's that look? |
Bug: the slider does not perform in some situations (Safari only, all other browsers okay)
|
…ge. This is also extremely inconsistent, but other than overfiring in most browsers it seems to be ok. This is a browser issue in general so will hopefully eventually get fixed so that the onChange on the slider only triggers when the slider is 'dropped' instead of each point along the way, as per the standard
@pwalczysko The reason that it was doing that was an attempt to get around inconsistencies in how range sliders are treated by the various browsers, but I guess it ended up being worse than just letting the browsers do the wrong thing some of the time. It should now work normally on Safari. According to the standard, the range slider is only supposed to fire the onChange event when the nob is 'dropped', when dragging it. The browsers are all over the map on this, but hopefully it'll get fixed down the line. |
@dpwrussell : Understood. So you mean that you fixed the behaviour on Safari just now ? Do not see any new commit. |
Damn airport wifi was playing up, I lost connection right after I posted that and couldn't push. Am UK side now and pushing. |
This branch is complete. |
The bug on safari #37 (comment) is fixed as tested today on Mac OS 10.10 |
All the bugs and improvements reported here were fixed. The PR is not breaking anything in the mainline. |
@pwalczysko +1 |
Unless there are any objections, I will merge this tomorrow and do a release. |
Completely redeveloped autotag using React.