nickdesaulniers / fxos-irc

IRC client for FxOS (and now desktop FF)
GNU General Public License v3.0
38 stars 13 forks source link

After tapping someone's name to private-message them, it's hard to tap the new "tab" at the bottom, to enter the PM screen #93

Open dholbert opened 9 years ago

dholbert commented 9 years ago

My STR:

  1. Open Firesea IRC app on Sony Xperia Z3 phone, in Firefox OS (3.0)
  2. Connect, w/ default values
  3. When someone says something, tap their username. (Note that a private message tab appears for them at bottom of screen)
  4. Try to tap the private message tab.

EXPECTED RESULTS: Switch to private message tab. ACTUAL RESULTS: Nothing happens, or the keyboard comes up. After repeated mashing of the screen area around the tab, I can eventually get it to trigger, but it takes a while. Something is really whack about the touch events for that tab.

dholbert commented 9 years ago

I get similar results when I try to tap the "Setup" tab, when I'm in an IRC channel tab.

nickdesaulniers commented 9 years ago

Indeed, we've seen Flames with really poor ability to detect touches near the edge of the screen. I wonder if expanding the height of the tabs help. @dholbert , can you remote debug via webIDE, use the inspector to add to the height of tabs, and see if that helps?

dholbert commented 9 years ago

Indeed, we've seen Flames with really poor ability to detect touches near the edge of the screen.

Yup, I had one of those. :) I don't think that's the problem here, though, because:

@dholbert , can you remote debug via webIDE, use the inspector to add to the height of tabs, and see if that helps?

That does indeed help. (I gave <x-tabbar> a height of 120px.) I can still reproduce the problem when tapping near the top of the tabs, though (before I've successfully switched).