Re: Voiceover detection in JavaScript

Got it, I must remember to refresh the page. Switching to line navigation works, then one finger swiping will scroll it.

It looks like any changing of the scrollTop and scrollLeft properties will break this, so I'll keep this in mind.

Now, if only I could fix the ARIA Sliders that easily.
 
  ----- Original Message ----- 
  From: David Hilbert Poehlman 
  To: Bryan Garaventa 
  Cc: Alastair Campbell ; <w3c-wai-ig@w3.org> 
  Sent: Saturday, April 06, 2013 3:36 AM
  Subject: Re: Voiceover detection in JavaScript


  Have you tried turning the rotor to vertical navigation?
  :-)
  How can I test a new script
  Peace sign doesn't work
  Bertie doesn't work
  Ha ha ha.!
  Love the script call out. Thanks!
  Love the work.
  -- 

  Jonnie Appleseed
  With His
  Hands-On Technolog(eye)s
  touching the internet
  Reducing Technology's disabilities
  One Byte At a time

  On Apr 6, 2013, at 12:00 AM, "Bryan Garaventa" <bryan.garaventa@whatsock.com> wrote:


  It's a good suggestion. I modified the script so that it doesn't do anything with scrollTop or scrollLeft, so now there shouldn't be any type of jumping going on.

  I also fixed the Div so that the first time you move focus into it using Voiceover, it will announce that the pane is a 'Scrollable Region'.

  Still though, I try swiping using three, two and single finger gestures, both before and after tapping twice and holding down to pass the gesture through, with no luck on the iPhone. I also tried a peace sign, hang loose, and pop the birdie with no luck...



    ----- Original Message ----- 
    From: Alastair Campbell 
    To: Bryan Garaventa 
    Sent: Friday, April 05, 2013 2:57 AM
    Subject: Re: Voiceover detection in JavaScript


    Hi Bryan, 


    What happens if you remove the scrollTop/Left? 


    Could you leave that to native browser functionality? It strikes me that the biggest issue with a scrollable div is knowing that it is scrollable, but tabbing to it and using arrows seems to work fine without those.


    Cheers,


    -Alastair

Received on Sunday, 7 April 2013 03:55:20 UTC