Details
-
Type: Bug
-
Status: Open
-
Priority: Major
-
Resolution: Unresolved
-
Affects Version/s: 1.7.2
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
-
Environment:revision 17457
Description
Currently the disabled attribute for most of the components does not work as expected. I guess that the actionlistener is not executed properly. You can use the component-showcase for testing purposes. Simply set the disabled flag for the command button to true. Reloading the buttonsAndLinks.jspx should then show the button greyed out. Instead the user sees no difference. The same effect can (not) be seen for other components, too.
There are also other issues related to this issue:
ICE-3158, ICE-2028
There are also other issues related to this issue:
Issue Links
Activity
- All
- Comments
- History
- Activity
- Remote Attachments
- Subversion
Not exactly. Disabled attribute works well for most components.
If you run component-showcase on Firefox then on Firebug you will see that new styles with "-dis" suffix are added to component. Some of these styles are not defined in default xp.css so you don't see differences and style patch is required.