Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.7DR#1
-
Component/s: ICE-Components
-
Labels:None
-
Environment:All
Description
Using visible="false" in <ice:outputLink> doesn't render the style="display:none;" attribute in <a> in the markup that makes an element invisible.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Summary | 'visible=false' not working for <ice:outputLink> | visible="false" not working for <ice:outputLink> |
| Description | Using 'visible=false' in <ice:outputLink> doesn't render the style="display:none;" attribute in <a> in the markup that makes an element invisible. | Using visible="false" in <ice:outputLink> doesn't render the style="display:none;" attribute in <a> in the markup that makes an element invisible. |
| Fix Version/s | 1.7 [ 10080 ] |
| Assignee | Yip Ng [ yip.ng ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #15504 | Fri Jan 04 12:07:56 MST 2008 | yip.ng | Added handling of "visible" attribute. |
| Files Changed | ||||
MODIFY
/icefaces/trunk/icefaces/core/src/com/icesoft/faces/renderkit/dom_html_basic/OutputLinkRenderer.java
|
| Attachment | screenshot-1.jpg [ 10770 ] |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Fix Version/s | 1.7Beta1 [ 10121 ] | |
| Fix Version/s | 1.7 [ 10080 ] |
| Priority | Major [ 3 ] | Minor [ 4 ] |
| Fix Version/s | 1.7 [ 10080 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |
| Assignee | Yip Ng [ yip.ng ] |

Screenshot of testing the fix.