Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 3.3
-
Fix Version/s: EE-4.0.0.GA, 4.1
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces ace:autoCompleteEntry
-
Assignee Priority:P2
-
Support Case References:Support Case #13207 - https://icesoft.my.salesforce.com/5007000000wKTwo
Description
The ace:autoCompleteEntry component uses the following markup structure, which nests a DIV inside of a SPAN, which is technically invalid for xhtml:
<div id="frm:autoCompleteAccessKey">
<span style="display:inline-block;">
<input accesskey="c" aria-autocomplete="list" autocomplete="off" class="ui-inputfield ui-widget ui-state-default ui-corner-all ui-state-optional" name="frm:autoCompleteAccessKey_input" onblur="" onfocus="ice.setFocus(this.id);" onmousedown="this.focus();" role="textbox" style="width: 150px;null" type="text" />
**** <span style="position:relative;display:block;">
**** <div class="ui-widget ui-widget-content ui-corner-all" id="frm:autoCompleteAccessKey_div"
style="display:none;z-index:500;">
</div>
</span>
</span>
<script type="text/javascript">
</script>
<span id="frm:autoCompleteAccessKey_fieldupdate">
<script type="text/javascript">
</script>
</span>
<div id="frm:autoCompleteAccessKey_update">
<span>
<script type="text/javascript">
</script>
</span>
</div>
</div>
This JIRA is to modify the markup to not nest a DIV inside a SPAN so improve XHTML compliance.
<div id="frm:autoCompleteAccessKey">
<span style="display:inline-block;">
<input accesskey="c" aria-autocomplete="list" autocomplete="off" class="ui-inputfield ui-widget ui-state-default ui-corner-all ui-state-optional" name="frm:autoCompleteAccessKey_input" onblur="" onfocus="ice.setFocus(this.id);" onmousedown="this.focus();" role="textbox" style="width: 150px;null" type="text" />
**** <span style="position:relative;display:block;">
**** <div class="ui-widget ui-widget-content ui-corner-all" id="frm:autoCompleteAccessKey_div"
style="display:none;z-index:500;">
</div>
</span>
</span>
<script type="text/javascript">
</script>
<span id="frm:autoCompleteAccessKey_fieldupdate">
<script type="text/javascript">
</script>
</span>
<div id="frm:autoCompleteAccessKey_update">
<span>
<script type="text/javascript">
</script>
</span>
</div>
</div>
This JIRA is to modify the markup to not nest a DIV inside a SPAN so improve XHTML compliance.
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Ken Fyten
created issue -
Ken Fyten
made changes -
Field | Original Value | New Value |
---|---|---|
Assignee | Arturo Zambrano [ artzambrano ] | |
Fix Version/s | EE-4.0.0.GA [ 11171 ] | |
Assignee Priority | P2 [ 10011 ] |
Arran Mccullough
made changes -
Support Case References | Support Case #13207 - https://icesoft.my.salesforce.com/5007000000wKTwo |
Arturo Zambrano
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Arturo Zambrano
made changes -
Attachment | ice10428Validation.html [ 17891 ] |
Ken Fyten
made changes -
Fix Version/s | 4.1 [ 11375 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |