fabric8-ui / fabric8-planner

https://fabric8-ui.github.io/fabric8-planner/
Apache License 2.0
26 stars 62 forks source link

Intermittent, non-reproducible problem where in the Planner, the workitem title field does not accept spaces #2018

Open joshuawilson opened 7 years ago

joshuawilson commented 7 years ago

From @ldimaggi on April 28, 2017 2:36

I have seen this twice today - not reproducible.

Copied from original issue: fabric8io/fabric8-ui#1198

joshuawilson commented 7 years ago

I saw it once too.

joshuawilson commented 7 years ago

From @mindreeper2420 on April 28, 2017 2:45

This occurred for me as well - thought it was my browser, but I guess not :-)

joshuawilson commented 7 years ago

From @ldimaggi on April 28, 2017 2:59

It's the Loch Ness monster of UI bugs... ;-)

On Thu, Apr 27, 2017 at 10:45 PM, Adam Jolicoeur notifications@github.com wrote:

This occurred for me as well - thought it was my browser, but I guess not :-)

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/fabric8io/fabric8-ui/issues/1198#issuecomment-297892771, or mute the thread https://github.com/notifications/unsubscribe-auth/AAnOPUVHLb9g_pImaolXEkznl4dNuG3qks5r0VLBgaJpZM4NK_KW .

-- Len DiMaggio (ldimaggi@redhat.com) JBoss by Red Hat 314 Littleton Road Westford, MA 01886 USA tel: 978.392.3179 cell: 781.472.9912 http://www.redhat.com http://community.jboss.org/people/ldimaggio

joshuawilson commented 7 years ago

From @ldimaggi on April 28, 2017 12:21

This was in the title field of the DETAIL panel only.

joshuawilson commented 7 years ago

From @michaelkleinhenz on April 28, 2017 13:7

I looked at that issue and I can not see what could cause that. Here are the findings:

@dgutride @dlabrecq did you see something like that happening on Patternfly/Boostrap before? Any thoughts?

If that is happening to anyone, please try the following while having that issue:

  1. check if you can use other input fields with whitespaces. Try input fields as well as textareas (example: any one of the typeaheads for area or iteration and the markdown field).
  2. Try if you can type whitespaces in browser input fields (ex, the url bar).
  3. Open up the dev tools and remove the event handler from the title input field. See if that changes something.
dgutride commented 7 years ago

@michaelkleinhenz @joshuawilson - I haven't seen this in patternfly or bootstrap before but I have seen similar behavior when keystroke handlers are attached to inputs. You could try adding some console logging and seeing if the trim() functions are being called when you don't expect it (or if the save function is being automatically called by the space key).

@ldimaggi @mindreeper2420 - which browser did you see this in?

ldimaggi commented 7 years ago

This was in Chrome

On Wed, Jun 21, 2017 at 10:02 AM, Dana Gutride notifications@github.com wrote:

@michaelkleinhenz https://github.com/michaelkleinhenz @joshuawilson https://github.com/joshuawilson - I haven't seen this in patternfly or bootstrap before but I have seen similar behavior when keystroke handlers are attached to inputs. You could try adding some console logging and seeing if the trim() functions are being called when you don't expect it (or if the save function is being automatically called by the space key).

@ldimaggi https://github.com/ldimaggi @mindreeper2420 https://github.com/mindreeper2420 - which browser did you see this in?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/fabric8io/fabric8-planner/issues/2018#issuecomment-310088155, or mute the thread https://github.com/notifications/unsubscribe-auth/AAnOPQEtd28A8nJJiccgymjzUmatVFQ5ks5sGSJ6gaJpZM4OAZmX .

-- Len DiMaggio (ldimaggi@redhat.com) JBoss by Red Hat 314 Littleton Road Westford, MA 01886 USA tel: 978.392.3179 cell: 781.472.9912 http://www.redhat.com http://community.jboss.org/people/ldimaggio