Changes between Version 1 and Version 2 of Ticket #30703, comment 5
- Timestamp:
- 12/13/2014 10:05:54 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30703, comment 5
v1 v2 1 1 Replacing the (old) JS based autofocus with the HTML5 attribute changes the behavior in iOS Safari a bit but is still quite buggy. Now the onscreen keyboard opens, the page auto-scrolls and then the keyboard closes by itself... 2 2 3 Removing the autofocus for now. Seems we only have that for the Tags, Categories, Edit Tag, and Edit Category screens. If auto-focusing on page load is better for accessibility, can add the HTML attribute back except on mobile devices.3 Removing the autofocus for mobile devices for now. Seems we only have that for the Tags, Categories, Edit Tag, Edit Category, and Edit Comment screens. If auto-focusing on page load is better for accessibility, we should use the HTML attribute (except on mobile devices).