Saturday, 2016-12-03

*** zara_the_lemur__ has quit IRC07:05
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add filters to the /v1/tasks/search endpoint  https://review.openstack.org/39098311:16
openstackgerritAdam Coldrick proposed openstack-infra/storyboard: Add filters to the /v1/stories/search endpoint  https://review.openstack.org/38999711:16
*** alexismonville has joined #storyboard12:54
*** alexismonville has quit IRC12:54
*** zara_the_lemur__ has joined #storyboard13:18
*** dmsimard|pto is now known as dmsimard13:35
dmsimardzara_the_lemur__, SotK, SpamapS: sorry for not following up yesterday (re: can't create a story, save changes greyed out)13:35
dmsimardI ended up figuring the issue out just now, figured I'd let you know what it was. It's more obvious in this screenshot: http://i.imgur.com/eSYPKBu.png13:36
dmsimardSee how my browser suggests an autocompletion for the field ? If I click the autocompletion, it'll put openstack/ara but StoryBoard doesn't pick it up. If I click openstack/ara underneath the autocompletion (the autocompletion provided by StoryBoard, not my browser) it'll work.13:37
zara_the_lemur__huh, so it was the project dropdown, though that looks unusual; is your browser configured to autosuggest things itself?13:37
zara_the_lemur__oh snap13:37
zara_the_lemur__yeah13:37
zara_the_lemur__that's interesting; I didn't know people's browsers did that13:37
zara_the_lemur__and we have a lot of dropdowns, so very good to be aware of13:37
dmsimardThere's a field setting to ensure the browser doesn't try to autocomplete it iirc13:37
dmsimardhttp://www.w3schools.com/tags/att_input_autocomplete.asp autocomplete=off13:38
dmsimardzara_the_lemur__: should I file a formal bug about this? :)13:38
zara_the_lemur__please do! :) especially since you've found a way we might be able to fix it!13:39
dmsimardhttps://storyboard.openstack.org/#!/story/200081813:45
zara_the_lemur__thank you :) those screenshots are great, btw13:50
dmsimardso I was going to submit a patch for some fields13:53
dmsimardbut I realize that users might expect their browser suggestions too.13:53
dmsimardshould we really blanket patch that and remove autocomplete on all those autocompletion fields? :13:53
dmsimard:/13:53
openstackgerritDavid Moreau Simard proposed openstack-infra/storyboard-webclient: Inhibit browser autocomplete when selecting a project  https://review.openstack.org/40647114:04
persiaI think blanket-patch is the right workaround for now.  The right answer is to change the framework we're using for autocomplete to somehow be compatible with browser implementations.14:04
persia(and then update the version of the framework used in storyboard, to consume the upstream fix)14:05
dmsimardI've sent a patch just for some of the project fields I found, there's obviously quite a lot of fields and since I'm not familiar with the code there might be a better way around this14:07
dmsimardJust to see if it at least works14:07
zara_the_lemur__cool, it should show up on the draft build in a bit for testing14:15
zara_the_lemur__the best place for the patch is prrrrobably in the template for the project typeahead directive: https://git.openstack.org/cgit/openstack-infra/storyboard-webclient/tree/src/app/util/template/project_typeahead.html14:16
zara_the_lemur__but I haven't tried that out yet14:16
zara_the_lemur__or if not that one specifically, one of these: (maybe input inline?) https://git.openstack.org/cgit/openstack-infra/storyboard-webclient/tree/src/app/util/template14:17
zara_the_lemur__that'd change it globally across storyboard14:17
SotKahhh, I've had that issue with search criteria in the past I think, never in that text box though17:05
SotKeasiest fix will be to add autocomplete="off" to all of our things which are typeaheads17:06
fungiwhat's the translation story for the webclient? i'm assuming the underlying framework is similar enough to horizon that it can share the same translation import/export infrastructure we have there?19:09
fungithe i18n team is interested in the possibility of supporting localized interfaces, particularly for translators who want to create stories/tasks about translation-related issues19:10
fungii know in general we'd want to encourage defect reports be filed in english of course, for broader searchability and to make it more likely they'd get answers19:11
zara_the_lemur__I actually don't know anything about it. based on what I've heard from people who worked on both horizon and storyboard,it sounded like the webclient was quite different to horizon (though there was an effort to move horizon more toward angularjs, which would make it more like the storyboard webclient; I don't know how that's doing since I wasn't involved at19:53
zara_the_lemur__all personally) betherly or krotscheck would know more on this one.19:53
zara_the_lemur__iirc horizon is or was a mix of django templates and angularjs; the storyboard webclient is no django and just angularjs, if that's helpful at all19:54
krotscheckfungi: That was too long ago for me to remember. I'd look at the package.json file to see if there's any i18n references there.20:54
fungithanks zara_the_lemur__ and krotscheck!21:05

Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!