Changes between Initial Version and Version 1 of Ticket #1521, comment 2
- Timestamp:
- 01/18/2016 09:36:08 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1521, comment 2
initial v1 1 Trac has [http://trac.edgewall.org/browser/branches/1.0-stable/trac/ticket/templates/ticket.html? marks=40-50#L27 some JS code] to handle this, but it's overridden by [source:sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js?marks=335-343#L329 some of our own code].1 Trac has [http://trac.edgewall.org/browser/branches/1.0-stable/trac/ticket/templates/ticket.html?rev=14238&marks=40-50#L27 some JS code] to handle this, but it's overridden by [source:sites/trunk/wordpress.org/public_html/style/trac/wp-trac.js?rev=2187&marks=335-343#L329 some of our own code]. 2 2 3 3 [attachment:meta-1521.patch] fixes this by hiding action text inputs from keyboard, unless the corresponding action is focused. It also allows for select inputs to be clicked directly as well (in addition to text inputs).