| 36 | |
| 37 | 1st Day |
| 38 | * Discussed interfacing of touch events with WebKit. |
| 39 | |
| 40 | 2nd Day |
| 41 | |
| 42 | Form controls issues: |
| 43 | * Multiple selection list box has too small items in order to be selectable on a touch device. Different platforms and devices have specialized controls that allow comfortable user interaction. Currently WebKit does not allow usage of such controls. Multiple selection list box shall instantiate the appropriate QtControl upon focus. (Carol Szabo, cszabo1) |
| 44 | * Determine the appropriate control. |
| 45 | * There are websites that show simulated popup menus upon hovering over a link, but clicking on the link takes the user to a new page. The desired user experience for a touch device is that generally touching focusable controls results in an emulated mouse click, but for links as described above the first touch should result only in hovering, only the second touch should result in a click. |
| 46 | * Support hover without click on touch (Misha Tyutyunik). |
| 47 | * WAP CSS can specify restrictions to acceptable characters in an edit box. This could be useful in assigning actions to keypresses on devices with limited keyboards. I.e. if an edit control only accepts numeric keyboard should act as a numeric only keyboard, versus having the first key press result in letters being generated. (Carol Szabo, cszabo1) |
| 48 | * Find closest focusable node to point (Joe Ligman) |
| 49 | * List focusable nodes that intersect a given rectangle. (Joe Ligman) |
| 50 | * Ability to select items from a simulated dropdown list while an edit box has the focus. (Misha Tyutyunik) |
| 51 | * Solution 1: Change the way the editbox is exited to not exit on down if the JavaScript handles the down key and makes changes to the document. |
| 52 | * Solution 2: Change the editbox to exit only on long page down if there is a handler for the key in JavaScript or another solution for releaving the down key from the exit edit box action if needed. |
| 53 | * Adding the ability to scroll WebElements (Joe Ligman) |
| 54 | * Having the virtual keyboard send key events to WebCore. (Joe Ligman) |
| 55 | * Adding recursive scrolling to QWebFrame. (Joe Ligman) |
| 56 | * Styling of Form Controls (Carol Szabo, cszabo1) |
| 57 | |
| 58 | 3rd Day |
| 59 | |
| 60 | * No activity for this group. |