Author: abelevich
Date: 2008-03-11 14:25:18 -0400 (Tue, 11 Mar 2008)
New Revision: 6722
Modified:
trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
Log:
fix tabindex
Modified: trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx
===================================================================
--- trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-03-11 18:23:04 UTC
(rev 6721)
+++ trunk/ui/inplaceSelect/src/main/templates/inplaceselect.jspx 2008-03-11 18:25:18 UTC
(rev 6722)
@@ -82,14 +82,13 @@
<jsp:scriptlet>
}
</jsp:scriptlet>
- <input id="#{clientId}tabber" type="button" value=""
style="width: 1px; position: absolute; left: -32767px;" />
+ <input id="#{clientId}tabber" type="button" value=""
style="width: 1px; position: absolute; left: -32767px;"
tabindex='#{component.attributes["tabindex"]}' />
<input id="#{clientId}inplaceTmpValue"
type="text"
style='display:none;'
value="#{fieldValue}"
autocomplete="off"
maxlength='#{component.attributes["inputMaxLength"]}'
- tabindex='#{component.attributes["tabindex"]}'
readonly="readonly"
class="rich-inplace-select-field"/>
<input id="#{clientId}inselArrow" readonly="readonly"
type="Text" value="" class="rich-inplace-select-arrow"
style='display:none;'/>
Show replies by date