Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 4.1
-
Fix Version/s: 4.2
-
Component/s: ACE-Components
-
Labels:None
-
Environment:ICEfaces4 trunk r51092
Server: Tomcat7
Browsers: all
-
Assignee Priority:P1
-
ICEsoft Forum Reference:
Description
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton
Test page: /pushButtonDisabled.jsf
This is also an issue with ace:linkButton, ace:checkboxButton, and ace:radioButton.
QA test apps:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/linkButton
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/checkboxButton
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/radioButton
Test pages: /linkButtonDisabled.jsf
/checkboxButtonDisabled.jsf
/radioButtonDisabled.jsf
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton
Test page: /pushButtonDisabled.jsf
This is also an issue with ace:linkButton, ace:checkboxButton, and ace:radioButton.
QA test apps:
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/linkButton
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/checkboxButton
http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/radioButton
Test pages: /linkButtonDisabled.jsf
/checkboxButtonDisabled.jsf
/radioButtonDisabled.jsf
Activity
Field | Original Value | New Value |
---|---|---|
Fix Version/s | 4.2 [ 12870 ] |
Assignee | Arturo Zambrano [ artzambrano ] | |
Affects Version/s | 4.1 [ 11375 ] | |
Affects Version/s | 4.2.BETA [ 13091 ] | |
Assignee Priority | P1 [ 10010 ] |
Security | Private [ 10001 ] |
Description |
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton Test page: /pushButtonDisabled.jsf |
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton Test page: /pushButtonDisabled.jsf This may be also an issue with ace:linkButton. |
Description |
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton Test page: /pushButtonDisabled.jsf This may be also an issue with ace:linkButton. |
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton Test page: /pushButtonDisabled.jsf This is also an issue with ace:linkButton. QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/linkButton Test page: /linkButtonDisabled.jsf |
Description |
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton Test page: /pushButtonDisabled.jsf This is also an issue with ace:linkButton. QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/linkButton Test page: /linkButtonDisabled.jsf |
The disabled property of the ace:pushButton seems to cause the graphical part of the button to become disabled. The button can still be clicked, and still carries out events.
QA test: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/pushButton Test page: /pushButtonDisabled.jsf This is also an issue with ace:linkButton, ace:checkboxButton, and ace:radioButton. QA test apps: http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/linkButton http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/checkboxButton http://dev.icesoft.com/svn/repo/qa/trunk/Regression-Icefaces4/Sparkle/Nightly/radioButton Test pages: /linkButtonDisabled.jsf /checkboxButtonDisabled.jsf /radioButtonDisabled.jsf |
Summary | Disabled ace:pushButton still carries out events | Disabled ace:pushButton, ace:linkButton, ace:checkboxButton, ace:radioButtons can still trigger events |
ICEsoft Forum Reference | http://www.icesoft.org/JForum/posts/list/23278.page#sthash.RrSQTVGB.dpbs |
Repository | Revision | Date | User | Message |
ICEsoft Public SVN Repository | #51119 | Tue Mar 07 14:07:32 MST 2017 | art.zambrano | |
Files Changed | ||||
![]() |
Status | Open [ 1 ] | Resolved [ 5 ] |
Resolution | Fixed [ 1 ] |
Status | Resolved [ 5 ] | Closed [ 6 ] |
When disabled=true, it should not be possible to click the button at all, no events should be triggered, etc.