Details
Description
Icefaces renderer appears to append a newline character after </input> element resulting in gaps between commandButtons rendered next to each other. Not entirely sure where this happens but suspecting DOMUtils.printNode method.
Check out screens (before and after generated source was manually-edited to remove the newline). also attaching sample xhtml file and button image
Check out screens (before and after generated source was manually-edited to remove the newline). also attaching sample xhtml file and button image
Activity
Field | Original Value | New Value |
---|---|---|
Attachment | page as generated - note gap between buttons, newline in source.jpg [ 10331 ] |
Attachment | newline removed from generated source (by hand) - gap gone.jpg [ 10332 ] |
Attachment | nav_Home.gif [ 10333 ] |
Attachment | buttons.xhtml [ 10334 ] |
Support Case References | https://www.icesoft.ca:4443/supportilla/show_bug.cgi?id=3982 | |
Support Customer Ref. #s | 703 |
Assignee | Philip Breau [ philip.breau ] |
Assignee | Philip Breau [ philip.breau ] | Adnan Durrani [ adnan.durrani ] |
Fix Version/s | 1.6.1 [ 10070 ] |
Assignee | Adnan Durrani [ adnan.durrani ] | Yip Ng [ yip.ng ] |
Assignee Priority | P1 |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14652 | Tue Aug 14 13:03:46 MDT 2007 | yip.ng | Added code to not emit newline after <input> field, to avoid an extra space. |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Resolution | Fixed [ 1 ] | |
Status | Resolved [ 5 ] | Reopened [ 4 ] |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #14691 | Mon Aug 20 17:32:31 MDT 2007 | yip.ng | Added <img> to list of tags not allowed to output newline. Merged and re-factored methods checking tag types and names. |
Files Changed | ||||
![]() |
Attachment | ICE-1351.war [ 10622 ] |
Status | Reopened [ 4 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
Assignee Priority | P1 | |
Assignee | Yip Ng [ yip.ng ] |
before and after screens added
-nikita