Details
-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: EE-4.1.0.RC1, EE-4.1.0.GA, 4.2.BETA, 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces4 trunk r. 48508
Browsers: all
Server: Tomcat7/8
-
Assignee Priority:P1
Description
QA test application: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/focusManager
Test page: /focusManagerFor.jsf
Server warnings are seen when navigating to the /focusManagerFor.jsf test page, or when submitting from this page. The test page is functional though.
These warnings can be reproduced on older code revisions, such as IF4.1.1 release libraries.
WARNING: Missing end-element for: select[id="frm:checkboxButtons_options"] (path: #document -> html -> body -> form -> t
able -> tbody -> tr -> td -> div -> select)
Mar 10, 2016 2:20:38 PM org.icefaces.impl.context.DOMResponseWriter logUnclosedNode
WARNING: Missing end-element for: select[id="frm:checkboxButtons_options"] (path: #document -> html -> body -> form -> t
able -> tbody -> tr -> td -> div -> select)
Test page: /focusManagerFor.jsf
Server warnings are seen when navigating to the /focusManagerFor.jsf test page, or when submitting from this page. The test page is functional though.
These warnings can be reproduced on older code revisions, such as IF4.1.1 release libraries.
WARNING: Missing end-element for: select[id="frm:checkboxButtons_options"] (path: #document -> html -> body -> form -> t
able -> tbody -> tr -> td -> div -> select)
Mar 10, 2016 2:20:38 PM org.icefaces.impl.context.DOMResponseWriter logUnclosedNode
WARNING: Missing end-element for: select[id="frm:checkboxButtons_options"] (path: #document -> html -> body -> form -> t
able -> tbody -> tr -> td -> div -> select)
Activity
Carmen Cristurean
created issue -
Carmen Cristurean
made changes -
Field | Original Value | New Value |
---|---|---|
Fix Version/s | EE-4.1.0.GA [ 12171 ] |
Ken Fyten
made changes -
Assignee | Mircea Toma [ mircea.toma ] | |
Assignee Priority | P1 [ 10010 ] |
Mircea Toma
made changes -
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #48510 | Mon Mar 14 15:58:47 MDT 2016 | mircea.toma | |
Files Changed | ||||
MODIFY
/icefaces4/trunk/icefaces/ace/component/src/org/icefaces/ace/component/checkboxbuttons/CheckboxButtonsRenderer.java
|
Ken Fyten
made changes -
Security | Private [ 10001 ] |
Ken Fyten
made changes -
Affects Version/s | 4.1 [ 11375 ] | |
Affects Version/s | 4.1.1 [ 12972 ] |
Ken Fyten
made changes -
Fix Version/s | EE-4.1.0.BETA [ 13072 ] |
Ken Fyten
made changes -
Fix Version/s | 4.2.BETA [ 13091 ] | |
Fix Version/s | 4.2 [ 12870 ] |
Ken Fyten
made changes -
Status | Resolved [ 5 ] | Closed [ 6 ] |
Fixed erroneous end tag writing. The option tag was closed instead of the select.