[jira] [Commented] (TOBAGO-1411) readonly selectBooleanCheckbox and selectManyCheckbox doesn't work properly

2014-07-11 Thread Udo Schnurpfeil (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14058521#comment-14058521
 ] 

Udo Schnurpfeil commented on TOBAGO-1411:
-

There was a change in some jQuery version. We need to use prop() instead of 
attr() to set a boolean value in DOM.

 readonly selectBooleanCheckbox and selectManyCheckbox doesn't work properly
 ---

 Key: TOBAGO-1411
 URL: https://issues.apache.org/jira/browse/TOBAGO-1411
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-beta-4
Reporter: Dennis Kieselhorst
Assignee: Udo Schnurpfeil
 Fix For: 2.0.0-beta-5


 The readonly attribute doesn't work properly for selectBooleanCheckbox.
 Different behaviour in different browsers
 Firefox: value=true and readonly=true changeable, value=false not changeable
 Chrome: always changeable



--
This message was sent by Atlassian JIRA
(v6.2#6252)


[jira] [Commented] (TOBAGO-1411) readonly selectBooleanCheckbox and selectManyCheckbox doesn't work properly

2014-07-11 Thread Hudson (JIRA)

[ 
https://issues.apache.org/jira/browse/TOBAGO-1411?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=14058636#comment-14058636
 ] 

Hudson commented on TOBAGO-1411:


SUCCESS: Integrated in tobago-trunk #1223 (See 
[https://builds.apache.org/job/tobago-trunk/1223/])
TOBAGO-1411: readonly selectBooleanCheckbox and selectManyCheckbox doesn't work 
properly (lofwyr: http://svn.apache.org/viewvc/?view=revrev=1609647)
* 
/myfaces/tobago/trunk/tobago-theme/tobago-theme-standard/src/main/resources/org/apache/myfaces/tobago/renderkit/html/standard/standard/script/tobago.js


 readonly selectBooleanCheckbox and selectManyCheckbox doesn't work properly
 ---

 Key: TOBAGO-1411
 URL: https://issues.apache.org/jira/browse/TOBAGO-1411
 Project: MyFaces Tobago
  Issue Type: Bug
  Components: Core
Affects Versions: 2.0.0-beta-4
Reporter: Dennis Kieselhorst
Assignee: Udo Schnurpfeil
 Fix For: 2.0.0-beta-5


 The readonly attribute doesn't work properly for selectBooleanCheckbox.
 Different behaviour in different browsers
 Firefox: value=true and readonly=true changeable, value=false not changeable
 Chrome: always changeable



--
This message was sent by Atlassian JIRA
(v6.2#6252)