Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Won't Fix
-
Affects Version/s: 1.6
-
Fix Version/s: None
-
Component/s: Bridge
-
Labels:None
-
Environment:ice:inputText + style +IE
Description
If the style attribute is being changed dynamically, changes doesn't apply under IE.
-
Hide
- simpleTest.war
- 4.27 MB
- Michael Thiem
-
- META-INF/MANIFEST.MF 0.0 kB
- WEB-INF/classes/test/TestBean.class 2 kB
- WEB-INF/faces-config.xml 0.4 kB
- WEB-INF/html_basic.tld 244 kB
- WEB-INF/jsf_core.tld 25 kB
- WEB-INF/lib/backport-util-concurrent.jar 343 kB
- WEB-INF/lib/commons-beanutils.jar 100 kB
- WEB-INF/lib/commons-collections.jar 164 kB
- WEB-INF/lib/commons-digester.jar 96 kB
- WEB-INF/lib/commons-fileupload.jar 52 kB
- WEB-INF/lib/commons-logging.jar 27 kB
- WEB-INF/lib/el-api.jar 24 kB
- WEB-INF/lib/icefaces-comps.jar 624 kB
- WEB-INF/lib/icefaces.jar 658 kB
- WEB-INF/lib/jsf-api.jar 324 kB
- WEB-INF/lib/jsf-impl.jar 602 kB
- WEB-INF/lib/jstl.jar 17 kB
- WEB-INF/.../krysalis-jCharts-1.0.0-alpha-1.jar 151 kB
- WEB-INF/lib/standard.jar 343 kB
- WEB-INF/lib/xercesImpl.jar 1.15 MB
- WEB-INF/lib/xml-apis.jar 190 kB
- WEB-INF/web.xml 2 kB
- index.jsp 0.2 kB
- textfield.jspx 1 kB
Issue Links
- blocks
-
ICE-1661
New values of attributes are not applied dynamically for some attributes of ice:inputText
-
- Closed
-
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
This is the browser issue, IE doesn't let change the style attribute. Bind the "styleClass" instead of "style" attribute as workaround.
Show
Adnan Durrani
added a comment - This is the browser issue, IE doesn't let change the style attribute. Bind the "styleClass" instead of "style" attribute as workaround.
testcase: changing styles dynamically when selecting a radio button (works in firefox, but not in IE)